Class ActionMenuClosingEventArgs
Represents the event arguments for closing the action menu in the SfBlockEditor component.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionMenuClosingEventArgs
Constructors
ActionMenuClosingEventArgs()
Declaration
public ActionMenuClosingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the closing of the block action menu in the SfBlockEditor.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Remarks
Set this property to true to prevent the block action menu from closing.