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


In This Topic
    Handled Property (ExecuteCommandEventArgs)
    In This Topic
    Gets or sets a boolean value indicating whether the command was executed.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    'Usage
     
    
    Dim instance As ExecuteCommandEventArgs
    Dim value As Boolean
     
    instance.Handled = value
     
    value = instance.Handled
    public bool Handled {get; set;}
    See Also