IApplicationLifecycle.Started Event

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

Namespace: Microsoft.ApplicationInsights.Extensibility
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As IApplicationLifecycle
Dim handler As Action(Of Object, Object)

AddHandler instance.Started, handler

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly", Justification:="EventArgs is not available on Windows Runtime")> _
Event Started As Action(Of Object, Object)
[SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly", Justification="EventArgs is not available on Windows Runtime")] 
event Action<Object,Object> Started
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1009:DeclareEventHandlersCorrectly", Justification=L"EventArgs is not available on Windows Runtime")] 
event Action<Object^, Object^>^ Started {
    void add (Action<Object^, Object^>^ value);
    void remove (Action<Object^, Object^>^ value);
}
/** @event */
void add_Started (Action<Object,Object> value)

/** @event */
void remove_Started (Action<Object,Object> value)

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

IApplicationLifecycle Interface
IApplicationLifecycle Members
Microsoft.ApplicationInsights.Extensibility Namespace