Class SplashFormEventArgs
Inheritance
System.Object
System.EventArgs
SplashFormEventArgs
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 SplashFormEventArgs : EventArgs
Constructors
SplashFormEventArgs(Form)
Declaration
public SplashFormEventArgs(Form splashForm)
Parameters
System.Windows.Forms.Form
splashForm
|
Properties
Form
Declaration
public Form Form { get; }
Property Value
System.Windows.Forms.Form
|