Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / CommandStateQuery Event

In This Topic
    CommandStateQuery Event (C1ContextMenu)
    In This Topic
    Event fired when the command state has to be verified.
    Syntax
    'Declaration
     
    
    Public Event CommandStateQuery As CommandStateQueryEventHandler
    public event CommandStateQueryEventHandler CommandStateQuery
    See Also