Class DialogCloseEventArgs
Provides data for the OnDialogClose event.
Inheritance
System.Object
DialogCloseEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogCloseEventArgs : Object
Constructors
DialogCloseEventArgs()
Declaration
public DialogCloseEventArgs()
Properties
Cancel
Defines whether the current action can be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInteracted
Determines whether the event is triggered by user interaction or not.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |