Class DialogCloseEventArgs
Provides information about an DialogClosed event being raised.
Inheritance
System.Object
DialogCloseEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogCloseEventArgs : Object
Constructors
DialogCloseEventArgs()
Declaration
public DialogCloseEventArgs()
Properties
Cancel
Gets or sets whether the editor dialogs should be closed or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsInteracted
Gets the information about whether the DialogClosed event is invoked by user interaction or not.
Declaration
public bool IsInteracted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|