Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft