Share via


SingleHierarchyConfigurationUIHostAdapter.SelectionChanged Event

Occurs if the selected ElementViewModel changed in the designer.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Event SelectionChanged As EventHandler(Of SelectionChangedEventArgs)
public event EventHandler<SelectionChangedEventArgs> SelectionChanged
public:
virtual  event EventHandler<SelectionChangedEventArgs^>^ SelectionChanged {
    void add (EventHandler<SelectionChangedEventArgs^>^ value);
    void remove (EventHandler<SelectionChangedEventArgs^>^ value);
}
JScript does not support events.

Implements

ISingleHierarchyConfigurationUIHostAdapterSelectionChanged()

See Also

SingleHierarchyConfigurationUIHostAdapter Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace