Show / Hide Table of Contents

    DwRowChangeEventArgs(int index, DwRowAction action) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwRowChangeEventArgs class and specifies the index of the row changed and the type of the action.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

      public DwRowChangeEventArgs(int index, DwRowAction action);
    

    Parameters

    index System.Int32

    The zero-based index of the row changed.

    action DWNet.Data.DwRowAction

    The type of the action on the row.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon