ElementEventArgs Members
Include Protected Members
Include Inherited Members
Argument for element events
The ElementEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementEventArgs | ElementEventArgs constructor |
Top
Properties
Name | Description | |
---|---|---|
Element | The element caused the event. | |
ParentElement | The parent element of the element. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top