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 |