IDeserializationStartCallback.OnDeserializationBegin(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the start of the deserialization.
public void OnDeserializationBegin (object sender);
abstract member OnDeserializationBegin : obj -> unit
Public Sub OnDeserializationBegin (sender As Object)
Parameters
- sender
- Object
The object that sends the callback.