InkOverlaySelectionChangedEventHandler Delegate
Represents the method that handles the SelectionChanged event of an InkOverlay object.
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
'Declaration Public Delegate Sub InkOverlaySelectionChangedEventHandler ( _ sender As Object, _ e As EventArgs _ ) 'Usage Dim instance As New InkOverlaySelectionChangedEventHandler(AddressOf HandlerMethod)
Parameters
- sender
- Type: System.Object
The source InkOverlay of this event.
- e
- Type: System.EventArgs
The EventArgs object that contains the event data.
The SelectionChanged event occurs when the selection of ink within the control has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property.
The EventArgs class contains no event data. It is used by events that do not pass state information to an event handler when an event is raised.
In this example, the SelectionChanged event handler displays the current number of selected Stroke objects.
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.