Class SplashClosedEventArgs
Provides data for the SplashClosing event.
Inheritance
System.Object
SplashClosedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplashClosedEventArgs
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.