Version

BeforeDockChangeEventArgs Constructor

Initializes a new BeforeDockChangeEventArgs instance
Syntax
'Declaration
 
Public Function New( _
   ByVal newLocation As DockedLocation, _
   ByVal changeType As DockChangeType, _
   ByVal parent As DockableGroupPane, _
   ByVal newIndex As Integer, _
   ByVal pane As DockablePaneBase _
)
public BeforeDockChangeEventArgs( 
   DockedLocation newLocation,
   DockChangeType changeType,
   DockableGroupPane parent,
   int newIndex,
   DockablePaneBase pane
)

Parameters

newLocation
Location being changed to.
changeType
Type of change
parent
New parent pane
newIndex
Index into the new parent
pane
Pane whose dock status is changing
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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