次の方法で共有


ApplicationLifecycle.Started Event

Definition

Occurs when a new instance of the application is started or an existing instance is activated.

public:
 virtual event Action<System::Object ^, System::Object ^> ^ Started;
public event Action<object,object> Started;
member this.Started : Action<obj, obj> 
Public Event Started As Action(Of Object, Object) 

Event Type

Implements

Applies to