New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public abstract class BaseSplashManager

Inheritance: objectBaseSplashManager

Derived Classes: RadFlyoutManagerRadOverlayManagerRadSplashScreenManager

Constructors

C#
protected BaseSplashManager()

Events

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.

C#
public static event SplashFormEventHandler FormLoad

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.

C#
public static event SplashFormEventHandler FormShown