ComponentEditorPage.ExitLoadingMode Method

Definition

Decrements the loading counter.

protected:
 void ExitLoadingMode();
protected void ExitLoadingMode ();
member this.ExitLoadingMode : unit -> unit
Protected Sub ExitLoadingMode ()

Remarks

Each procedure that performs loading or initialization should first call the EnterLoadingMode method to indicate that it will load something before the editor can display the loaded editor page. When a loading procedure that called EnterLoadingMode completes, it should call the ExitLoadingMode method to indicate that its part of the load process is completed.

The Loading property is used as a counter to determine when loading is complete. A page is in loading mode if the value of the Loading property is non-zero.

Applies to