LaunchingEventArgs Class

Definition

Fires before performing the action.

public ref class LaunchingEventArgs : EventArgs
public class LaunchingEventArgs : EventArgs
type LaunchingEventArgs = class
    inherit EventArgs
Public Class LaunchingEventArgs
Inherits EventArgs
Inheritance
LaunchingEventArgs

Constructors

LaunchingEventArgs(String, IContext, Boolean)

Initializes a new instance of the LaunchingEventArgs class with the specified context, context name, and cancel parameter.

Properties

ActionMoniker

Gets the name of the action.

Cancel

Gets or sets a value indicating whether the event source should be cancelled.

Context

Gets the specified context property.

Applies to