ApplicationLifecycle.Started Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)