Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / OnDockEdgeChanging Method
The argumenst object containing information about the event.


In This Topic
    OnDockEdgeChanging Method
    In This Topic
    Fires the DockEdgeChanging event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDockEdgeChanging( _
       ByVal e As DockEdgeChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim e As DockEdgeChangingEventArgs
     
    instance.OnDockEdgeChanging(e)
    protected virtual void OnDockEdgeChanging( 
       DockEdgeChangingEventArgs e
    )

    Parameters

    e
    The argumenst object containing information about 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