ComponentEditorPage.EnterLoadingMode Method

Definition

Increments the loading counter.

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

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