ItemChange::OnDeserialization Method

Called after this object has been created and initialized as a result of deserialization. This method cannot be inherited.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual void OnDeserialization(
	Object^ sender
) sealed

Parameters

sender
Type: System::Object
The object that initiated the callback.

Implements

IDeserializationCallback::OnDeserialization(Object)
Show: