Version

SplitterDraggedEventArgs Class Members

The following tables list the members exposed by SplitterDraggedEventArgs.

Public Constructors
 NameDescription
Public ConstructorSplitterDraggedEventArgs ConstructorInitializes a new SplitterDraggedEventArgs.  
Public Properties
 NameDescription
Public PropertyCancelledIndicates if the drag was cancelled (e.g. by pressing escape).  
Public PropertyMousePositionReturns the location of the mouse when the event was invoked.  
Public PropertyOriginalMousePositionReturns the location of the mouse when the drag was initiated.  
See Also