Blazor

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

    Show / Hide Table of Contents

    Class BeforePopupOpenCloseEventArgs

    Class for BeforePopupOpenClose event arguments.

    Inheritance
    System.Object
    BeforePopupOpenCloseEventArgs
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforePopupOpenCloseEventArgs : Object

    Constructors

    BeforePopupOpenCloseEventArgs()

    Declaration
    public BeforePopupOpenCloseEventArgs()

    Properties

    Cancel

    Prevents the dialog from opening when it is set to true.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    PopupName

    Returns the current dialog action name.

    Declaration
    public string PopupName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved