Share via


IDesktopUserActionsConsumer.DesktopLoadingComplete Method

Definition

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.

Applies to