Version

SplitterDragCompletedEventArgs Class Members

The following tables list the members exposed by SplitterDragCompletedEventArgs.

Public Constructors
 NameDescription
Public ConstructorSplitterDragCompletedEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyMaxTargetExtentReturns the maximum extent of the target, as determaxed by the splitter owner. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyMinTargetExtentReturns the minimum extent of the target, as determined by the splitter owner. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyMouseLocationReturns the current location of the mouse relative to the parent of the UltraSplitter control. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertyOriginalTargetExtentReturns the original extent of the splitter target. (Inherited from Infragistics.Win.Misc.SplitterDragInProgressEventArgsBase)
Public PropertySplitterOrientationThe splitterOrientation of the splitter. (Inherited from Infragistics.Win.Misc.SplitterDragEventArgsBase)
Public PropertyTargetControlReturns the control that is being sized by the UltraSplitter (Inherited from Infragistics.Win.Misc.SplitterDragEventArgsBase)
See Also