StylusSystemGestureEventArgs.InvokeEventHandler(Delegate, Object) Metoda

Definice

Vyvolá obslužnou rutinu specifickou pro typ v cíli při každém StylusSystemGesture vyvolání události.

protected:
 override void InvokeEventHandler(Delegate ^ genericHandler, System::Object ^ genericTarget);
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget);
override this.InvokeEventHandler : Delegate * obj -> unit
Protected Overrides Sub InvokeEventHandler (genericHandler As Delegate, genericTarget As Object)

Parametry

genericHandler
Delegate

Obecná obslužná rutina, která se má volat určitým způsobem.

genericTarget
Object

Cíl pro volání obslužné rutiny.

Poznámky

Tato implementace přetypuje obecnou obslužnou rutinu jako a StylusSystemGestureEventHandler pak ji vyvolá. Podrobnosti o tomto vzoru implementace a jejich důvodech najdete v přehledu InvokeEventHandlersměrovaných událostí.

Platí pro