Class ActionEventArgs<TValue>
Provides information about ActionSuccess and ActionFailure events.
Inheritance
System.Object
ActionEventArgs<TValue>
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Represents the Inplace Editor data source's type. |
Constructors
ActionEventArgs()
Declaration
public ActionEventArgs()
Properties
Cancel
Prevents to update the current value in the editor.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Data
Provides information about the BeginEdit event.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object containing information about the BeginEdit event. |
Value
Defines the current value of the In-place Editor.
Declaration
public TValue Value { get; set; }
Property Value
Type |
---|
TValue |