A runtime form designer control

SelectionEventArgs Constructor 

Initializes a new instance of the SelectionEventArgs class.

[Visual Basic]
Public Sub New( _ 
   ByVal components As ICollection, _ 
   ByVal selectionType As SelectionTypes _ 
)
[C#]
public SelectionEventArgs(
   ICollection components,
   SelectionTypes selectionType
);
[C++]
public: SelectionEventArgs(
   ICollection* components,
   SelectionTypes selectionType
);
[JScript]
public function SelectionEventArgs(
   ICollection components,
   SelectionTypes selectionType
);

Parameters

components
Components being selected.
selectionType
Enumerated value indicating the type of selection operation.

See Also

SelectionEventArgs Class | Viklele.Win.Designer Namespace