Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommand Class / OnExecuted Method
The event arguments passed to the event.


In This Topic
    OnExecuted Method (NDockingFrameworkCommand)
    In This Topic
    Raises the Executed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnExecuted( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDockingFrameworkCommand
    Dim e As System.EventArgs
     
    instance.OnExecuted(e)
    protected virtual void OnExecuted( 
       System.EventArgs e
    )

    Parameters

    e
    The event arguments passed to 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