The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CompareInfo::IDeserializationCallback::OnDeserialization Method (Object^)
.NET Framework (current version)
Runs when the entire object graph has been deserialized.
Assembly: mscorlib (in mscorlib.dll)
private: virtual void OnDeserialization( Object^ sender ) sealed = IDeserializationCallback::OnDeserialization
Parameters
- sender
-
Type:
System::Object^
The object that initiated the callback.
This member is an explicit interface member implementation that can be used only when the current CompareInfo object is cast to an IDeserializationCallback interface. For more information, see the OnDeserialization method.
.NET Framework
Available since 1.1
Available since 1.1
Show: