IDesktopUserActionsConsumer.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.
Raised when the desktop has completed loading.
public:
void DesktopLoadingComplete();
public void DesktopLoadingComplete ();
abstract member DesktopLoadingComplete : unit -> unit
Public Sub DesktopLoadingComplete ()
Remarks
This is raised on a separate thread from the main desktop UI thread. Any actions taken need to be made thread safe by the developer.