Class
SplitPanelEventArgs

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SplitPanelEventArgs : EventArgs

Inheritance: objectEventArgsSplitPanelEventArgs

Inherited Members EventArgs.Empty

Constructors

SplitPanelEventArgs(SplitPanel)

Declaration

cs-api-definition
public SplitPanelEventArgs(SplitPanel panel)

Parameters

panel

SplitPanel

Properties

Panel

Gets the SplitPanel instance associated with the event.

Declaration

cs-api-definition
public SplitPanel Panel { get; }

Property Value

SplitPanel