DisposingEventArgs コンストラクター

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

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public DisposingEventArgs(
	bool shouldDisposeAll,
	DisposingReason reason
)

パラメーター

shouldDisposeAll
型: SystemBoolean

["M:KeyToKey.Plugins.DisposingEventArgs.#ctor(System.Boolean,KeyToKey.Plugins.DisposingReason)"に対する<param name="shouldDisposeAll"/>がありません

reason
型: KeyToKey.PluginsDisposingReason

["M:KeyToKey.Plugins.DisposingEventArgs.#ctor(System.Boolean,KeyToKey.Plugins.DisposingReason)"に対する<param name="reason"/>がありません

関連項目