Occurs when the user changes the current list of selected components in the designer.
The following declaration shows the syntax for a method that handles the SelectionChanged event.
[Visual Basic] Private Sub ISelectionServiceName_SelectionChanged( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void ISelectionServiceName_SelectionChanged( object sender, EventArgs e ); [C++] private: void ISelectionServiceName_SelectionChanged( Object* sender, EventArgs* e ); [JScript] private ISelectionServiceName_SelectionChanged( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
A selection changed event will occur every time the user changes the current list of selected components in the designer.
ISelectionService Interface | ISelectionService MembersTopic | System.ComponentModel.Design Namespace