Class SplitContainerNeededEventArgs
Represents the arguments associated with a DockTabStripNeeded event.
Inheritance
System.Object
System.EventArgs
SplitContainerNeededEventArgs
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.RadDock.dll
Syntax
public class SplitContainerNeededEventArgs : EventArgs
Constructors
SplitContainerNeededEventArgs()
Declaration
public SplitContainerNeededEventArgs()
Properties
Container
Gets or sets the RadSplitContainer instance to be used.
Declaration
public RadSplitContainer Container { get; set; }
Property Value
RadSplitContainer
|