Class BaseSplashManager
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseSplashManager
Constructors
BaseSplashManager()
Declaration
protected BaseSplashManager()
Events
FormLoad
Occurs when the splash form has been loaded.
Note that the form is created on a separate System.
Declaration
public static event SplashFormEventHandler FormLoad
Event Type
FormShown
Occurs when the splash form is shown.
Note that the form is created on a separate System.
Declaration
public static event SplashFormEventHandler FormShown