Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / ExecuteCommandEventArgs Class / CommandName Property


In This Topic
    CommandName Property (ExecuteCommandEventArgs)
    In This Topic
    Gets the name of command.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CommandName As String
    'Usage
     
    
    Dim instance As ExecuteCommandEventArgs
    Dim value As String
     
    value = instance.CommandName
    public string CommandName {get;}
    See Also