New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SplitPanelEventArgs : EventArgs

Inheritance: objectEventArgsSplitPanelEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public SplitPanelEventArgs(SplitPanel panel)
Parameters:panelSplitPanel

Properties

Gets the SplitPanel instance associated with the event.

C#
public SplitPanel Panel { get; }