CancellableOperationArgsT Class

Event args class for the cancellable operation events.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class CancellableOperationArgs<T> : EventArgs
where T : class, IDeepCloneable
Inheritance
Object    EventArgs    CancellableOperationArgsT
Derived

Type Parameters

T
Backing data object.

Constructors

CancellableOperationArgsT Self initializing constructor.

Properties

Operation The cancellable operation.

See Also