Uredi

InkCanvasSelectionChangingEventArgs Class

Definition

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
InkCanvasSelectionChangingEventArgs

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.

Applies to