Contains the arguments passed to handlers of link-related events.
The following tables list the members exposed by the LinkEventArgs type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the LinkEventArgs class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the candidate destination node; reported to validation events. |
|
![]() |
Gets an integer index related to the event. (Inherited from ItemEventArgs.) |
|
![]() |
Gets the item for which the event is raised. (Inherited from ItemEventArgs.) |
|
![]() |
Gets the link label for which the event is raised. |
|
![]() |
Gets the link for which the event is raised. |
|
![]() |
Gets the candidate origin node; reported to validation events. |
See Also