Class ContentCreatedEventArgs
Inheritance
System.Object
System.EventArgs
ContentCreatedEventArgs
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.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ContentCreatedEventArgs : EventArgs
Constructors
ContentCreatedEventArgs(Control)
Declaration
public ContentCreatedEventArgs(Control content)
Parameters
System.Windows.Forms.Control
content
|
Properties
Content
Declaration
public Control Content { get; }
Property Value
System.Windows.Forms.Control
|