This topic has not yet been rated - Rate this topic

InkCanvasStrokeCollectedEventArgs Properties

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The InkCanvasStrokeCollectedEventArgs type exposes the following members.

  Name Description
Public property Handled Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Inherited from RoutedEventArgs.)
Public property OriginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Inherited from RoutedEventArgs.)
Public property RoutedEvent Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Inherited from RoutedEventArgs.)
Public property Source Gets or sets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public property Stroke Gets the stroke that was added to the InkCanvas.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.