Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the upper-left corner of the Splitter.
[Visual Basic] Public Sub New( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal splitX As Integer, _ ByVal splitY As Integer _ ) [C#] public SplitterEventArgs( int x, int y, int splitX, int splitY ); [C++] public: SplitterEventArgs( int x, int y, int splitX, int splitY ); [JScript] public function SplitterEventArgs( x : int, y : int, splitX : int, splitY : int );
SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace | Splitter