C1.C1Preview Namespace > EventCollection Class : Changing Event |
'Declaration Public Event Changing As EventCollectionChangeEventHandler
public event EventCollectionChangeEventHandler Changing
The event handler receives an argument of type EventCollectionChangeEventArgs containing data related to this event. The following EventCollectionChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ChangeType | Gets the type of collection's changing. |
Index | Gets the index within collection where changing occurs. |
NewItem | Gets the new object at specified index. |
OldItem | Gets the old object at specified index. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2