SplitterEventArgs
Wisej.Web.SplitterEventArgs
Last updated
Wisej.Web.SplitterEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the SplitterMoved event.
Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the SplitContainer control.
Name | Type | Description |
---|---|---|
x | The x-coordinate of the mouse pointer (in client coordinates). | |
y | The y-coordinate of the mouse pointer (in client coordinates). | |
splitX | The x-coordinate of the upper-left corner of the splitter (in client coordinates). | |
splitY | The y-coordinate of the upper-left corner of the splitter (in client coordinates). |
Int32: Returns or sets the x-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns or sets the y-coordinate of the upper-left corner of the splitter (in client coordinates).
Int32: Returns the x-coordinate of the mouse pointer (in client coordinates).
Int32: Returns the y-coordinate of the mouse pointer (in client coordinates).
Name | Description |
---|---|
Represents the method that will handle the SplitterMoved event of a SplitContainer. |