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.

적용 대상