Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the selected ElementViewModel changed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Event SelectedElementChanged As EventHandler(Of SelectedElementChangedEventHandlerEventArgs)
event EventHandler<SelectedElementChangedEventHandlerEventArgs> SelectedElementChanged
event EventHandler<SelectedElementChangedEventHandlerEventArgs^>^ SelectedElementChanged {
void add (EventHandler<SelectedElementChangedEventHandlerEventArgs^>^ value);
void remove (EventHandler<SelectedElementChangedEventHandlerEventArgs^>^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace