Show / Hide Table of Contents

    DwRowChangeEventArgs.IsCancel Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets or sets a bool value that indicates whether to cancel the action on the row. It can be used in the IDataStore.RowDeleting event to cancel the delete action.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

       public bool IsCancel { get; set; }
    

    Property Value

    System.Boolean

    A bool value that indicates whether to cancel the action on the row.

    Default is false.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.RowDeleting

    Back to top Generated by Appeon