Table of Contents

Class SplitterPanelEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Provides data for the SplitterPanel events.

public class SplitterPanelEventArgs : BaseCancelEventArgs
Inheritance
SplitterPanelEventArgs

Constructors

SplitterPanelEventArgs()

Creates SplitterPanelEventArgs instance.

Properties

NewSize

Returns the new size after the update.

OldSize

Returns the old size before the update.

SashPosition

Gets or sets the new sash position.

X

Returns the x coordinate of the double-click point.

Y

Returns the y coordinate of the double-click point.