StrokeCollectionChangedEventArgs::Removed Property

 

Gets the strokes that have been removed from the StrokeCollection.

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

public:
property StrokeCollection^ Removed {
	StrokeCollection^ get();
}

Property Value

Type: System.Windows.Ink::StrokeCollection^

A StrokeCollection that contains the removed strokes.

.NET Framework
Available since 3.0
Return to top
Show: