WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplashClosedEventArgs

    Show / Hide Table of Contents

    Class SplashClosedEventArgs

    Provides data for the SplashClosing event.

    Inheritance
    System.Object
    SplashClosedEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    SplashCloseType
    Remarks

    The SplashCloseType value indicates how the SplashPanel was closed.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved