Share via


ModelingDocView.LoadView Method

Definition

Called when the associated DocData is finished loading or reloading.
Derived classes should perform any initialization that requires the DocData to be loaded here.

protected:
 virtual bool LoadView();
protected virtual bool LoadView ();
abstract member LoadView : unit -> bool
override this.LoadView : unit -> bool
Protected Overridable Function LoadView () As Boolean

Returns

true if the document was able to be loaded. A return value of false indicates that the view should be closed.

Applies to