CancellableOperationArgsT Class
Event args class for the cancellable operation events.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class CancellableOperationArgs<T> : EventArgs
where T : class, IDeepCloneable
- Inheritance
- Object EventArgs CancellableOperationArgsT
- Derived
Type Parameters
- T
- Backing data object.