Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CommandClickEventArgs Class
Members

In This Topic
    CommandClickEventArgs Class
    In This Topic
    Arguments for the CommandClick event handler.
    Object Model
    CommandClickEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class CommandClickEventArgs 
       Inherits ClickEventArgs
    public class CommandClickEventArgs : ClickEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.Command.ClickEventArgs
             C1.Win.Command.CommandClickEventArgs

    See Also