IncrementalLassoHitTester::SelectionChanged Event

 

Occurs when the lasso path selects or unselects an ink Stroke.

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

public:
event LassoSelectionChangedEventHandler^ SelectionChanged {
	void add(LassoSelectionChangedEventHandler^ value);
	void remove(LassoSelectionChangedEventHandler^ value);
}

The following example demonstrates how to dynamically select strokes in a custom control. For the entire sample, see How to: Select Ink from a Custom Control

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: