SelectionChangedEventArgs(SelectedItem(), SelectedItem(), Environment) Constructor

Standard constructor.
Public Sub New( _ 
ByVal added As SelectedItem(), _ 
ByVal removed As SelectedItem(), _ 
ByVal env As Environment
)
This language is not supported or no code example is available.
public SelectionChangedEventArgs( 
SelectedItem[] added
SelectedItem[] removed
Environment env 
)
This language is not supported or no code example is available.

Parameters

added
SelectedItem[]

The items added to the selection.

removed
SelectedItem[]

The items removed from the selection.

env
Environment

The Environment control.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition