Version

BeforeDockChangeEventArgs Class Members

The following tables list the members exposed by BeforeDockChangeEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeDockChangeEventArgs ConstructorInitializes a new BeforeDockChangeEventArgs instance  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyChangeTypeReturns the type of change that is occuring.  
Public PropertyNewDockedLocationReturns the new DockedLocation for the pane.  
Public PropertyNewIndexReturns the new index of the pane in the parent pane.  
Public PropertyPaneDockablePaneBase instance associated with the event. This property is read-only. (Inherited from Infragistics.Win.UltraWinDock.CancelablePaneEventArgs)
Public PropertyParentReturns the parent pane.  
See Also