Version

SplitterMoveEventArgs Constructor

Initializes a new SplitterMoveEventArgs with the specified splitter rectangle.
Syntax
'Declaration
 
Public Function New( _
   ByVal splitterRect As Rectangle, _
   ByVal mousePosition As Point, _
   ByVal originalMousePosition As Point _
)
public SplitterMoveEventArgs( 
   Rectangle splitterRect,
   Point mousePosition,
   Point originalMousePosition
)

Parameters

splitterRect
Default location for the splitter to be rendered based on its size, orientation and the current mouse position
mousePosition
Mouse location when the event was invoked.
originalMousePosition
Mouse location when the drag was initiated
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