ActionCompletedEventArgs 類別

定義

提供 ActionCompletedEventArgs 類別的資料。 繼承自 EventArgs

public ref class ActionCompletedEventArgs : EventArgs
public class ActionCompletedEventArgs : EventArgs
type ActionCompletedEventArgs = class
    inherit EventArgs
Public Class ActionCompletedEventArgs
Inherits EventArgs
繼承
ActionCompletedEventArgs

建構函式

名稱 Description
ActionCompletedEventArgs(String, IContext, IContext)

初始化一個新的類別實例 ActionCompletedEventArgs ,並指定 actionMoniker、context 和 resultContext 參數。

屬性

名稱 Description
ActionMoniker

他會知道行動名稱。

Context

從上下文中取得指定的上下文屬性。

ResultContext

取得指定上下文的結果。

適用於