Skip to content

DataEventArgs(T).Cancel Property

Gets or sets a value indicating whether event was cancelled.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public bool Cancel { get; set; }

VB

Public Property Cancel As Boolean
    Get
    Set

Property Value

Type: Boolean
true if canceled; otherwise, false.

See Also

Reference

DataEventArgs(T) Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?