AddEventArgs Members
Include Protected Members
Include Inherited Members
Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.
The AddEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Element | Returns data at a collection changed event. (Inherited from CollectionChangeEventArgs.) | |
Index | Gets the number of arguments in the Add event. |
Top