NavigationManager.EnsureInitialized Method
Definition
Allows derived classes to lazily self-initialize. Implementations that support lazy-initialization should override this method and call Initialize(String, String).
protected:
virtual void EnsureInitialized();
protected virtual void EnsureInitialized ();
abstract member EnsureInitialized : unit -> unit
override this.EnsureInitialized : unit -> unit
Protected Overridable Sub EnsureInitialized ()