Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Value

    Defines the current value of the In-place Editor.

    Declaration
    public TValue Value { get; set; }
    Property Value
    Type Description
    TValue
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved