Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / IRibbonForm Interface / OnExecuteCommandCompleted Method


In This Topic
    OnExecuteCommandCompleted Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnExecuteCommandCompleted( _
       ByVal sender As Object, _
       ByVal e As ExecuteCommandEventArgs _
    ) 
    'Usage
     
    
    Dim instance As IRibbonForm
    Dim sender As Object
    Dim e As ExecuteCommandEventArgs
     
    instance.OnExecuteCommandCompleted(sender, e)
    void OnExecuteCommandCompleted( 
       object sender,
       ExecuteCommandEventArgs e
    )

    Parameters

    sender
    e
    See Also