Interface IRadCloneable
An extended interface that supports some additional notifications sent by the ReflectionHelper.
Inherited Members
System.ICloneable.Clone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IRadCloneable : ICloneable
Methods
OnCloneComplete()
The instance gets notified for a clone complete process.
Declaration
void OnCloneComplete()
OnFieldsCopied()
The instance gets notified for a field copy process.
Declaration
void OnFieldsCopied()