LaunchedEventArgs Class
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.
Fires after action is performed.
public ref class LaunchedEventArgs : EventArgs
public class LaunchedEventArgs : EventArgs
type LaunchedEventArgs = class
inherit EventArgs
Public Class LaunchedEventArgs
Inherits EventArgs
- Inheritance
-
LaunchedEventArgs
Constructors
LaunchedEventArgs(String, IContext, IContext) |
Initializes a new instance of the LaunchedEventArgs class with the specified context and context name and result. |
Properties
ActionMoniker |
Gets the name of the action. |
Context |
Gets the specified property from the context. |
ResultContext |
Gets the specified result from the context. |