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


In This Topic
    Parameter Property
    In This Topic
    Gets the value of command.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parameter As Object
    'Usage
     
    
    Dim instance As ExecuteCommandEventArgs
    Dim value As Object
     
    value = instance.Parameter
    public object Parameter {get;}
    See Also