Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EndEditEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved