Class
BaseSplashManager

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class BaseSplashManager

Inheritance: objectBaseSplashManager

Derived Classes: RadFlyoutManagerRadOverlayManagerRadSplashScreenManager

Constructors

BaseSplashManager()

Declaration

cs-api-definition
protected BaseSplashManager()

Events

FormLoad

Occurs when the splash form has been loaded. Note that the form is created on a separate Thread and it is required to use BeginInvoke/Invoke when accessing it in order to prevent cross thread exceptions. Note that this is a static event and you need to explicitly unsubscribe from it in order to prevent memory leaks. Each object that is subscribed to this event cannot be garbage collected.

Declaration

cs-api-definition
public static event SplashFormEventHandler FormLoad

Event Value

SplashFormEventHandler

FormShown

Occurs when the splash form is shown. Note that the form is created on a separate Thread and it is required to use BeginInvoke/Invoke when accessing it in order to prevent cross thread exceptions. Note that this is a static event and you need to explicitly unsubscribe from it in order to prevent memory leaks. Each object that is subscribed to this event cannot be garbage collected.

Declaration

cs-api-definition
public static event SplashFormEventHandler FormShown

Event Value

SplashFormEventHandler