次の方法で共有


IApplicationLifecycle.Started Event

Definition

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

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

Event Type

Applies to