EventEventArgs クラス

定義

Event イベントのデータを提供します。

public class EventEventArgs : EventArgs
type EventEventArgs = class
    inherit EventArgs
継承
EventEventArgs

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
EventEventArgs(Int32, Bundle)

Event イベントのデータを提供します。

プロパティ

名前 説明
EventType

Event イベントのデータを提供します。

Params

Event イベントのデータを提供します。

適用対象