LaunchedEventArgs Class

Definition

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.

Applies to