Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommand Class / OnExecuting Method
The event arguments passed to the event. Set the "Cancel" property to true to prevent the command from being executed.


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

    Parameters

    e
    The event arguments passed to the event. Set the "Cancel" property to true to prevent the command from being executed.
    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