WeakEventManager.ProtectedRemoveHandler(Object, Delegate) メソッド

定義

指定したソースから、以前追加されたハンドラーを削除します。

protected:
 void ProtectedRemoveHandler(System::Object ^ source, Delegate ^ handler);
protected void ProtectedRemoveHandler (object source, Delegate handler);
member this.ProtectedRemoveHandler : obj * Delegate -> unit
Protected Sub ProtectedRemoveHandler (source As Object, handler As Delegate)

パラメーター

source
Object

ハンドラーを削除するソース。

handler
Delegate

source から削除するデリゲート。

適用対象