DynamicsBaseHostedControl.DesktopLoadingComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a global hosted control to get notification about the desktop loading being completed.
public:
virtual void DesktopLoadingComplete();
public virtual void DesktopLoadingComplete ();
abstract member DesktopLoadingComplete : unit -> unit
override this.DesktopLoadingComplete : unit -> unit
Public Overridable Sub DesktopLoadingComplete ()
Implements
Remarks
You should avoid using this method; DesktopReady() is more appropriate in most cases.