InkCanvasSelectionChangingEventArgs Class
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.
Provides data for the SelectionChanging.
public ref class InkCanvasSelectionChangingEventArgs : System::ComponentModel::CancelEventArgs
public class InkCanvasSelectionChangingEventArgs : System.ComponentModel.CancelEventArgs
type InkCanvasSelectionChangingEventArgs = class
inherit CancelEventArgs
Public Class InkCanvasSelectionChangingEventArgs
Inherits CancelEventArgs
- Inheritance
Methods
| Name | Description |
|---|---|
| GetSelectedElements() |
Returns the selected elements. |
| GetSelectedStrokes() |
Returns the selected strokes. |
| SetSelectedElements(IEnumerable<UIElement>) |
Sets the selected elements. |
| SetSelectedStrokes(StrokeCollection) |
Sets the selected strokes. |