Class SplitPanelEventArgs
Inheritance
System.Object
System.EventArgs
SplitPanelEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitPanelEventArgs : EventArgs
Constructors
SplitPanelEventArgs(SplitPanel)
Properties
Panel
Gets the SplitPanel instance associated with the event.
Declaration
public SplitPanel Panel { get; }
Property Value
SplitPanel
|