All pages
Powered by GitBook
1 of 1

Loading...

SplitterCancelEventArgs

Wisej.Web.SplitterCancelEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides data for splitter events.

public class SplitterCancelEventArgs : CancelEventArgs
Public Class SplitterCancelEventArgs
    Inherits CancelEventArgs

Constructors

SplitterCancelEventArgs(splitX, splitY)

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

Name
Type
Description

Properties

SplitX

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

SplitY

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

Used By

Name
Description

splitX

Int32

The X coordinate of the upper left corner of the splitter in client coordinates.

splitY

Int32

The Y coordinate of the upper left corner of the splitter in client coordinates.

SplitterCancelEventHandler

Represents the method that will handle the SplitterMoving event of a SplitContainer.

SplitterCancelEventArgs
SplitContainer
Int32
Int32