Class BeginEditEventArgs
Provides information about the BeginEdit event.
Inheritance
System.Object
BeginEditEventArgs
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeginEditEventArgs : Object
Constructors
BeginEditEventArgs()
Declaration
public BeginEditEventArgs()
Properties
Cancel
Prevents the open action of the editor.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CancelFocus
Determines whether to set focus on the editor or not when the editable mode is ON.
Declaration
public bool CancelFocus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Mode
Provides information about the current editor mode.
Declaration
public RenderMode Mode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | A RenderMode value indicating the current editor mode. |