EventHandlerDictionaryデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
EventHandlerDictionary コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Disposed | オブジェクトがすでに破棄されている場合trueを返します。 Infragistics.Shared.DisposableObjectから継承されます。 | |
Item | 指定したキーを持つ System.Delegate を返します。 |
名前 | 解説 | |
---|---|---|
AddHandler | デリゲートをリストに追加します。 | |
AddHandlers | イベント ハンドラーを指定したソースからこのインスタンスにコピーし、既存のイベント ハンドラーをクリアします。 | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 | |
Dispose | オブジェクトを破棄するために呼び出します。 Infragistics.Shared.DisposableObjectから継承されます。 | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
RemoveHandler | リストからデリゲートを削除します。 | |
VerifyNotDisposed | オブジェクトが破棄されている場合は、ObjectDisposedException例外を スローします。 Infragistics.Shared.DisposableObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
MemberwiseClone | オーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。 | |
OnDispose | オーバーライドされます。 オブジェクトが破棄されるときに呼び出されます。 |