The ChildrenEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ChildrenEventArgs | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CancelAction |
Set value to abort the current event handling.
| |
| CancelReason |
Gets or sets the reason for cancel.
| |
| Children |
The children that the event applies to.
| |
| Creator |
This property keeps track of the class/instance that created the page object.
| |
| Items |
Gets a key-value collection that can be used to organize and share data between events handlers during an event chain.
| |
| PageLink |
The page that the event applies to.
| |
| RequiredAccess |
The required access that the event applies to.
|