'Declaration
Public Function New( _ ByVal command As C1Command, _ ByVal e As ClickEventArgs _ )
public CommandClickEventArgs( C1Command command, ClickEventArgs e )
Parameters
- command
- The command invoked by the user.
- e
- A BeforeSelectWindowEventArgs object that contains the event data.