InkOverlaySelectionChangingEventArgs.InkOverlaySelectionChangingEventArgs Constructor
InkOverlaySelectionChangingEventArgs.InkOverlaySelectionChangingEventArgs Constructor |
Initializes a new instance of the InkOverlaySelectionChangingEventArgs class.
Definition
Visual Basic .NET Public Sub InkOverlaySelectionChangingEventArgs( _
ByVal newSelection As Strokes _
)C# public InkOverlaySelectionChangingEventArgs(
Strokes newSelection
);Managed C++ public: InkOverlaySelectionChangingEventArgs(
Strokes *newSelection
);
Parameters
newSelection Microsoft.Ink.Strokes. The Strokes collection that will become the Selection property of the InkOverlay object.
Remarks
frlrfmicrosoftinkinkoverlayselectionchangingeventargsclassctortopic (no caption;) of type Strokes is the new strokes about to be selected.
See Also