SelectionChangedEventArgs(Int32(), Int32(), Environment) Constructor

Constructor for top-level entities.
Public Sub New( _ 
ByVal added As Integer(), _ 
ByVal removed As Integer(), _ 
ByVal env As Environment
)
This language is not supported or no code example is available.
public SelectionChangedEventArgs( 
int[] added
int[] removed
Environment env 
)
This language is not supported or no code example is available.

Parameters

added
int[]

The indices of the top-level entities added to the selection.

removed
int[]

The indices of the top-level entities removed from the selection.

env
Environment

The Environment control.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition