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