Blazor

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

    Show / Hide Table of Contents

    Class ActionBeginArgs<T>

    Defines the event arguments of action begin event.

    Inheritance
    System.Object
    ActionBeginArgs<T>
    Implements
    System.IEquatable<ActionBeginArgs<T>>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionBeginArgs<T> : Object, IEquatable<ActionBeginArgs<T>>
    Type Parameters
    Name Description
    T

    Constructors

    ActionBeginArgs()

    Declaration
    public ActionBeginArgs()

    Properties

    Action

    Defines the current action.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String

    Cancel

    Defines the event cancel status

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

    Data

    Defines Gantt record

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

    FromItem

    Specifies the predecessor task of dependency.

    Declaration
    public IGanttData<T> FromItem { get; set; }
    Property Value
    Type Description
    IGanttData<T>

    IsValidLink

    Defines the dependency link is valid or not

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

    ModifiedRecords

    Defines the modified records.

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

    ModifiedTaskData

    Defines the modified task data.

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

    Name

    Defines the name of the action.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    NewPredecessorString

    Defines the new predecessor string.

    Declaration
    public string NewPredecessorString { get; set; }
    Property Value
    Type Description
    System.String

    NewTaskData

    Specifies the newly added task data without custom Gantt properties.

    Declaration
    public T NewTaskData { get; set; }
    Property Value
    Type Description
    T

    Predecessor

    Defines predecessor object

    Declaration
    public IPredecessor Predecessor { get; set; }
    Property Value
    Type Description
    IPredecessor

    RecordIndex

    Defines the record index.

    Declaration
    public double RecordIndex { get; set; }
    Property Value
    Type Description
    System.Double

    RequestType

    Defines the RequestType of the action

    Declaration
    public string RequestType { get; set; }
    Property Value
    Type Description
    System.String

    RowData

    Defines row data

    Declaration
    public IGanttData<T> RowData { get; set; }
    Property Value
    Type Description
    IGanttData<T>

    ToItem

    Specifies the successor task of dependency.

    Declaration
    public IGanttData<T> ToItem { get; set; }
    Property Value
    Type Description
    IGanttData<T>

    Type

    Defines the name of the event.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(ActionBeginArgs<T>)

    Returns boolean value by comparing ActionBeginArgs

    Declaration
    public bool Equals(ActionBeginArgs<T> actionBeginArgs)
    Parameters
    Type Name Description
    ActionBeginArgs<T> actionBeginArgs
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Returns boolean value by comparing object

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns hashcode for current object

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved