Class EndEditEventArgs
Provides information about the EndEdit event.
Inheritance
System.Object
EndEditEventArgs
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class EndEditEventArgs : Object
Constructors
EndEditEventArgs()
Declaration
public EndEditEventArgs()
Properties
Action
Provides information about the type of action ends the edit.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Cancel
Specifies whether to cancel the end edit action.
Declaration
public bool Cancel { 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. |