Show / Hide Table of Contents

Class AppLaunchedEventArgs

App launched event args.

Inheritance
object
EventArgs
AppLaunchedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class AppLaunchedEventArgs : EventArgs

Properties

| Improve this Doc View Source

App

The app that was to launch.

Declaration
public App App { get; }
Property Value
Type Description
App
  • Improve this Doc
  • View Source
Back to top Generated by DocFX