All pages
Powered by GitBook
1 of 1

Loading...

SplitterEventArgs

Wisej.Web.SplitterEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the SplitterMoved event.

public class SplitterEventArgs : EventArgs
Public Class SplitterEventArgs
    Inherits EventArgs

Constructors

SplitterEventArgs(x, y, splitX, splitY)

Initializes an instance of the class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the control.

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

X

: Returns the x-coordinate of the mouse pointer (in client coordinates).

Y

: Returns the y-coordinate of the mouse pointer (in client coordinates).

Used By

Name
Description

The y-coordinate of the upper-left corner of the splitter (in client coordinates).

x

Int32

The x-coordinate of the mouse pointer (in client coordinates).

y

Int32

The y-coordinate of the mouse pointer (in client coordinates).

splitX

Int32

The x-coordinate of the upper-left corner of the splitter (in client coordinates).

SplitterEventHandler

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

SplitterEventArgs
SplitContainer
Int32
Int32
Int32
Int32

splitY

Int32