StrokeHitEventHandler Delegate

 

Represents the method that will handle the StrokeHit event of a IncrementalStrokeHitTester.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public delegate void StrokeHitEventHandler(
	Object^ sender,
	StrokeHitEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Windows.Ink::StrokeHitEventArgs^

A StrokeHitEventArgs that contains the event data.

.NET Framework
Available since 3.0
Return to top
Show: