Show / Hide Table of Contents

    DwUpdateEventArgs.IsCancel Property

    .NET Standard 2.x

    Gets or sets a bool value that indicates whether to cancel the retrieval. It can be used in the IDataStore.UpdateStart event.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public bool IsCancel { get; set; }
    

    Return

    System.Boolean

    A bool value that indicates whether to cancel the update.

    Default is false.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.UpdateStart

    Back to top Generated by Appeon