ItemPropertyChangedEventArgs Properties
Provides data for the ItemPropertyChanged event.Name | Description |
---|---|
Item | Returns the scheduler item whose property changed. |
ItemType | Returns the kind of scheduler item whose property changed. |
PropertyName | Returns the name of the changed property. |
See Also