InkCanvas::StrokeErased Event
.NET Framework (current version)
Occurs when user erases a stroke.
Assembly: PresentationFramework (in PresentationFramework.dll)
This event occurs when a user erases ink whether the EditingMode property is set to EraseByPoint or EraseByStroke.
Identifier field | |
Routing strategy | Bubbling |
Delegate |
The following example reports the number of strokes that are on an InkCanvas when the StrokeErased event occurs. If EditingMode is set to EraseByPoint and the user erases the middle of a stroke, the number of strokes on the InkCanvas increases. This is because the old stroke was replaced by two new strokes.
.NET Framework
Available since 3.0
Available since 3.0
Show: