ActionCompletedEventArgs クラス

定義

ActionCompletedEventArgs クラスのデータを提供します。 EventArgs から継承されます。

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

コンストラクター

ActionCompletedEventArgs(String, IContext, IContext)

指定された actionMoniker、context、および resultContext の各パラメーターを使用して、ActionCompletedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

ActionMoniker

アクションの名前を取得します。

Context

コンテキストから、指定されたコンテキスト プロパティを取得します。

ResultContext

指定されたコンテキストの結果を取得します。

適用対象