Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CommandClickEventArgs Class / CommandClickEventArgs Constructor / CommandClickEventArgs Constructor(C1Command,ClickSourceEnum,C1CommandLink,ContextInfo)
The command invoked by the user.
Determines what caused the click event to occur.
Gets the command link which was clicked by the user.
Gets the context info for events fired from a context menu.

In This Topic
    CommandClickEventArgs Constructor(C1Command,ClickSourceEnum,C1CommandLink,ContextInfo)
    In This Topic
    Initializes a new instance of the CommandClickEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal command As C1Command, _
       ByVal clickSource As ClickSourceEnum, _
       ByVal callerLink As C1CommandLink, _
       ByVal contextInfo As 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.
    See Also