'Declaration
Public Function New( _ ByVal command As C1Command, _ ByVal clickSource As ClickSourceEnum, _ ByVal callerLink As C1CommandLink, _ ByVal contextInfo As ContextInfo _ )
public CommandClickEventArgs( C1Command command, ClickSourceEnum clickSource, C1CommandLink callerLink, ContextInfo contextInfo )
Parameters
- command
- The command invoked by the user.
- clickSource
- Determines what caused the click event to occur.
- callerLink
- Gets the command link which was clicked by the user.
- contextInfo
- Gets the context info for events fired from a context menu.