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