[]
Arguments for the command Click event handler.
public class ClickEventArgs : EventArgs
Name | Description |
---|---|
ClickEventArgs(ClickSourceEnum, C1CommandLink, ContextInfo) | Initializes a new instance of the ClickEventArgs class |
Name | Description |
---|---|
CallerLink | Gets the command link which caused the click event to occur. |
ClickSource | Determines whether the click event was caused by a menu selection, shortcut key, or other means. |
ContextInfo | Gets the context info for clicks which originated in a context menu. |
Empty | ClickEventArgs with empty arguments |