SelectionChangedEventHandler Delegate

Represents the method that will handle the Environment.SelectionChanged and Viewport.LabelSelectionChangedevent.
Public Delegate Sub SelectionChangedEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As SelectionChangedEventArgs
)
This language is not supported or no code example is available.
public delegate void SelectionChangedEventHandler( 
object sender
SelectionChangedEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
SelectionChangedEventArgs

A SelectionChangedEventArgs object that contains the event data.

.NET Framework

Supported in: 4.8

In this article

Definition