InkCanvas::ActiveEditingModeChanged Event
.NET Framework (current version)
Occurs when the current editing mode changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
The ActiveEditingMode property changes whenever the InkCanvas enters a new editing mode. For example, suppose that the EditingMode is set to Ink and the EditingModeInverted is set to EraseByPoint. When the user changes the tip of tablet pen, the ActiveEditingModeChanged event occurs.
Identifier field | |
Routing strategy | Bubbling |
Delegate |
The following example reports the value of ActiveEditingMode whenever it changes.
.NET Framework
Available since 3.0
Available since 3.0
Show: