CloneContainerArgsT Class

Clone container event args object.

Definition

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

Type Parameters

T
The container IDeepcloneable type.

Constructors

CloneContainerArgsT Self initializing constructor.

Properties

CloneContainer The clone container object.
Data Clone copy of the data object.

See Also