Contains the arguments passed to handlers of property change related events.
The following tables list the members exposed by the ItemPropertyChangedEventArgs type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ItemPropertyChangedEventArgs class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets an integer index related to the event. (Inherited from ItemEventArgs.) |
|
![]() |
Gets the item for which the event is raised. (Inherited from ItemEventArgs.) |
|
![]() |
Gets the name of the property that has changed. |
See Also