ApplicationLifecycle.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 ApplicationLifecycle
Dim handler As Action(Of Object, Object)

AddHandler instance.Started, handler

Syntax

'Declaration
Public Event Started As Action(Of Object, Object)
public event Action<Object,Object> Started
public:
virtual event Action<Object^, Object^>^ Started {
    void add (Action<Object^, Object^>^ value) sealed;
    void remove (Action<Object^, Object^>^ value) sealed;
}
/** @event */
public final void add_Started (Action<Object,Object> value)

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

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

ApplicationLifecycle Class
ApplicationLifecycle Members
Microsoft.ApplicationInsights.Extensibility Namespace