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에서 제거할 대리자입니다.

적용 대상