CancelableEventArgs Class

Provides data for an event which may be canceled using a CancellationToken.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BICancelableEventArgs
      Dundas.BICleanupEventArgs

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CancelableEventArgs : EventArgs

The CancelableEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCancelableEventArgsInitializes a new instance of the CancelableEventArgs class.
Top
Properties
 NameDescription
Public propertyCancellationTokenGets the cancellation token.
Top
See Also