Class ContextMenuOpeningEventArgs
Represents the event arguments for context menu opening in the SfBlockEditor component.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ContextMenuOpeningEventArgs
Constructors
ContextMenuOpeningEventArgs()
Declaration
public ContextMenuOpeningEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the opening of the block context 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.