SplitterCancelEventArgs(Int32, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SplitterCancelEventArgs class with the specified coordinates of the mouse pointer and the upper left corner of the SplitContainer.
public:
SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY);
public SplitterCancelEventArgs (int mouseCursorX, int mouseCursorY, int splitX, int splitY);
new System.Windows.Forms.SplitterCancelEventArgs : int * int * int * int -> System.Windows.Forms.SplitterCancelEventArgs
Public Sub New (mouseCursorX As Integer, mouseCursorY As Integer, splitX As Integer, splitY As Integer)
Parameters
- mouseCursorX
- Int32
The X coordinate of the mouse pointer in client coordinates.
- mouseCursorY
- Int32
The Y coordinate of the mouse pointer in client coordinates.
- splitX
- Int32
The X coordinate of the upper left corner of the SplitContainer in client coordinates.
- splitY
- Int32
The Y coordinate of the upper left corner of the SplitContainer in client coordinates.