Class SplashClosedEventArgs
Provides data for the SplashClosing event.
Inheritance
System.Object
SplashClosedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplashClosedEventArgs : Object
Remarks
The SplashClosed event is raised when a SplashPanel is closed. The SplashCloseType specifies the manner in which the SplashPanel was closed.
See the SplashClosing event for more information.
Constructors
SplashClosedEventArgs(SplashCloseType)
Initializes a new instance of the SplashClosedEventArgs class.
Declaration
public SplashClosedEventArgs(SplashCloseType splashCloseType)
Parameters
| Type | Name | Description |
|---|---|---|
| SplashCloseType | splashCloseType | A SplashCloseType value. |
Remarks
The SplashCloseType property is initialized with the value passed in.
Properties
SplashCloseType
Gets the SplashCloseType value indicating the way in which the Splash was closed.
Declaration
public SplashCloseType SplashCloseType { get; }
Property Value
| Type |
|---|
| SplashCloseType |
Remarks
The SplashCloseType value indicates how the SplashPanel was closed.