Show / Hide Table of Contents

    DwRowChangeEventArgs(int index, DwRowAction action) Constructor

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

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

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

      public DwRowChangeEventArgs(int index, DwRowAction action);
    

    Parameters

    index System.Int32

    The zero-based index of the row changed.

    action PowerBuilder.Data.DwRowAction

    The type of the action on the row.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon