Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class / CommandContextExecuted Event


In This Topic
    CommandContextExecuted Event
    In This Topic
    Notifies that a command, sharing the specified context has been executed.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Notifies that a command, sharing the specified context has been executed.")>
    Public Event CommandContextExecuted As CommandContextEventHandler
    'Usage
     
    
    Dim instance As NCommandBarsManager
    Dim handler As CommandContextEventHandler
     
    AddHandler instance.CommandContextExecuted, handler
    [System.ComponentModel.Description("Notifies that a command, sharing the specified context has been executed.")]
    public event CommandContextEventHandler CommandContextExecuted
    Event Data

    The event handler receives an argument of type CommandContextEventArgs containing data related to this event. The following CommandContextEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the NCommandContext object associated with the event.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also