StylusEventArgs.InvokeEventHandler Method
.NET Framework 3.5
Invokes event handlers in a type-specific way, which can increase event system efficiency.
Assembly: PresentationCore (in PresentationCore.dll)
protected override void InvokeEventHandler( Delegate genericHandler, Object genericTarget )
You cannot use methods in XAML.
Parameters
- genericHandler
- Type: System.Delegate
The generic handler to call in a type-specific way.
- genericTarget
- Type: System.Object
The target to call the handler on.
This implementation casts the generic handler as a StylusEventHandler and then invokes it. For details on this implementation pattern and the reasons for it, see InvokeEventHandler and Routed Events Overview.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.