Blazor

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

    Show / Hide Table of Contents

    Class ActionEventArgs<T>

    An class that holds options to control the actions of scheduler such as editing, navigation, and more.

    Inheritance
    System.Object
    ActionEventArgs<T>
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    ActionEventArgs()

    Declaration
    public ActionEventArgs()

    Properties

    ActionType

    Returns the current action type.

    Declaration
    public ActionType ActionType { get; set; }
    Property Value
    Type Description
    ActionType

    AddedRecords

    Returns the appropriate added data based on the action.

    Declaration
    public List<T> AddedRecords { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>

    Cancel

    Defines the cancel option for the action taking place.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChangedRecords

    Returns the appropriate changed data based on the action.

    Declaration
    public List<T> ChangedRecords { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>

    DeletedRecords

    Returns the appropriate deleted data based on the action.

    Declaration
    public List<T> DeletedRecords { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>

    Error

    Returns the details based on the action failure.

    Declaration
    public Exception Error { get; set; }
    Property Value
    Type Description
    System.Exception

    GroupIndex

    Returns the clicked resource row index.

    Declaration
    public int GroupIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved