ObjectManager.RaiseOnDeserializingEvent(Object) Method

Definition

Invokes the method marked with the OnDeserializingAttribute.

public:
 void RaiseOnDeserializingEvent(System::Object ^ obj);
public void RaiseOnDeserializingEvent (object obj);
member this.RaiseOnDeserializingEvent : obj -> unit
Public Sub RaiseOnDeserializingEvent (obj As Object)

Parameters

obj
Object

The instance of the type that contains the method to be invoked.

Applies to