SelectionChangedEventArgs Constructor
Constructs an instance of a SelectionChangedEventArgs class
Syntax
public SelectionChangedEventArgs(
System.object originatingControl,
System.Collections.Generic.IEnumerable<IEntity> selections
)Public Function New( _
ByVal originatingControl As System.Object, _
ByVal selections As System.Collections.Generic.IEnumerable(Of IEntity) _
)Parameters
| Name | Description |
|---|---|
| originatingControl | The object or control that originated the event |
| selections | A list of selected entities |