Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / DockEdgeChanging Event


In This Topic
    DockEdgeChanging Event
    In This Topic
    Notifies for an upcoming dock edge change. Allows you to examine and change the proposed dock edge or cancel the event.
    Syntax
    'Declaration
     
    
    Public Event DockEdgeChanging As DockEdgeChangingEventHandler
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim handler As DockEdgeChangingEventHandler
     
    AddHandler instance.DockEdgeChanging, handler
    public event DockEdgeChangingEventHandler DockEdgeChanging
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets/sets the new dock edge to be applied on the DockableForm.  
    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