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