SplitterEventArgs

Wisej.Web.SplitterEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the SplitterMoved event.

public class SplitterEventArgs : EventArgs

Constructors

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.

Properties

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).

Used By

Last updated