Diagram.PostDeserialization(Boolean) Method

Definition

Called after deserialization of the diagram to allow some additional adjustment. The base implementation will try to resolve all BinaryLinkShapes that are not connected to the underlying ElementLink, if the deserialization was successful.

public:
 virtual void PostDeserialization(bool succeeded);
public virtual void PostDeserialization (bool succeeded);
abstract member PostDeserialization : bool -> unit
override this.PostDeserialization : bool -> unit
Public Overridable Sub PostDeserialization (succeeded As Boolean)

Parameters

succeeded
Boolean

True if the deserialization was successful, false otherwise.

Applies to