Wisej.Web.SplitterEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the SplitterMoved event.
public class SplitterEventArgs : EventArgsPublic Class SplitterEventArgs
Inherits EventArgsInitializes an instance of the class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the control.
: Returns or sets the x-coordinate of the upper-left corner of the splitter (in client coordinates).
: Returns or sets the y-coordinate of the upper-left corner of the splitter (in client coordinates).
: Returns the x-coordinate of the mouse pointer (in client coordinates).
: Returns the y-coordinate of the mouse pointer (in client coordinates).
The y-coordinate of the upper-left corner of the splitter (in client coordinates).
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).
Represents the method that will handle the SplitterMoved event of a SplitContainer.
splitY