Skip to main content
Version: 3.5

SplitterCancelEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for splitter events.

public class SplitterCancelEventArgs : CancelEventArgs

Constructors

Instance memberSplitterCancelEventArgs(splitX, splitY)

Initializes a new instance of the SplitterCancelEventArgs class with the specified coordinates of the mouse pointer and the upper left corner of the SplitContainer.

NameTypeDescription
splitXInt32The X coordinate of the upper left corner of the splitter in client coordinates.
splitYInt32The Y coordinate of the upper left corner of the splitter in client coordinates.

Properties

Instance memberSplitX

Int32: Returns or sets the X coordinate of the upper left corner of the splitter in client coordinates.

Instance memberSplitY

Int32: Returns or sets the Y coordinate of the upper left corner of the splitter in client coordinates.

Used By

NameDescription
SplitterCancelEventHandlerRepresents the method that will handle the SplitterMoving event of a SplitContainer.