BCGControlBar Library for .NET
DockEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal orgPane As DockingPane, _
   ByVal targetPane As DockingPane, _
   ByVal tabbedPane As DockingPane _
)
'Usage
 
Dim orgPane As DockingPane
Dim targetPane As DockingPane
Dim tabbedPane As DockingPane
 
Dim instance As New DockEventArgs(orgPane, targetPane, tabbedPane)
public DockEventArgs( 
   DockingPane orgPane,
   DockingPane targetPane,
   DockingPane tabbedPane
)
public: DockEventArgs( 
   DockingPane* orgPane,
   DockingPane* targetPane,
   DockingPane* tabbedPane
)
public:
DockEventArgs( 
   DockingPane^ orgPane,
   DockingPane^ targetPane,
   DockingPane^ tabbedPane
)

Parameters

orgPane
targetPane
tabbedPane
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

Reference

DockEventArgs Class
DockEventArgs Members

Send Feedback