Udostępnij za pośrednictwem


FrameworkElementFactory.RemoveHandler(RoutedEvent, Delegate) Metoda

Definicja

Usuwa program obsługi zdarzeń z danego zdarzenia kierowanego. Dotyczy to wystąpień utworzonych przez tę fabrykę.

public:
 void RemoveHandler(System::Windows::RoutedEvent ^ routedEvent, Delegate ^ handler);
public void RemoveHandler (System.Windows.RoutedEvent routedEvent, Delegate handler);
member this.RemoveHandler : System.Windows.RoutedEvent * Delegate -> unit
Public Sub RemoveHandler (routedEvent As RoutedEvent, handler As Delegate)

Parametry

routedEvent
RoutedEvent

Obiekt identyfikatora zdarzenia kierowanego.

handler
Delegate

Procedura obsługi do usunięcia.

Dotyczy