Occurs when the process of replicating the IArchive is complete.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ReplicationComplete
Public Event ReplicationComplete As EventHandler
public: virtual event EventHandler^ ReplicationComplete { void add (EventHandler^ value); void remove (EventHandler^ value); }