Contains data for a LinkClicked event.
| C# |
public class GridLinkEventArgs : HandledEventArgs
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Button |
Indicates which mouse buttons were pressed.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Gets the exception associated with the event, or null if none.
| |
| 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.) | |
| GridCellPos |
Gets the grid cell position.
| |
| Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
(Inherited from HandledEventArgs.) | |
| LinkDisplayText |
Gets or sets the link's display text.
| |
| LinkUrl |
Gets or sets the link's URL.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |||
| EventArgs | |||
| HandledEventArgs | |||
| GridLinkEventArgs | |||