CancelableEventArgs Class

Provides data for an event which may be canceled using a CancellationToken.
Inheritance Hierarchy

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

The CancelableEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCancelableEventArgs
Initializes a new instance of the CancelableEventArgs class.
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets the cancellation token.
Top
See Also