AppActionEventArgs クラス

定義

アプリが を使用して AppAction起動したときに使用されるデータを含むイベント引数。

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

コンストラクター

AppActionEventArgs(AppAction)

AppActionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

AppAction

このイベントを AppAction トリガーした を取得します。

適用対象