Share via


LaunchingEventArgs 类

定义

在执行操作前触发。

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

构造函数

LaunchingEventArgs(String, IContext, Boolean)

使用指定的上下文、上下文名称和取消参数初始化 LaunchingEventArgs 类的新实例。

属性

ActionMoniker

获取操作的名称。

Cancel

获取或设置一个值,该值指示是否应取消事件源。

Context

获取指定的上下文属性。

适用于