InkCanvasSelectionChangingEventArgs.GetSelectedStrokes Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the selected strokes.
public:
 System::Windows::Ink::StrokeCollection ^ GetSelectedStrokes();
	public System.Windows.Ink.StrokeCollection GetSelectedStrokes();
	member this.GetSelectedStrokes : unit -> System.Windows.Ink.StrokeCollection
	Public Function GetSelectedStrokes () As StrokeCollection
	Returns
The selected strokes.