Search
ItemPropertyChangedEventArgs Members
Constructors Properties
 


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

ItemPropertyChangedEventArgs

Initializes a new instance of the ItemPropertyChangedEventArgs class.

 Public Properties

  Name Description

Index

Gets an integer index related to the event. (Inherited from ItemEventArgs.)

Item

Gets the item for which the event is raised. (Inherited from ItemEventArgs.)

PropertyName

Gets the name of the property that has changed.

 See Also