ValidatingSelectorValue<T>.SelectedValueChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies listeners that the selected value has changed.
public:
event EventHandler<Microsoft::Management::UI::Internal::PropertyChangedEventArgs<T> ^> ^ SelectedValueChanged;
public event EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<T>> SelectedValueChanged;
member this.SelectedValueChanged : EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<'T>>
Public Custom Event SelectedValueChanged As EventHandler(Of PropertyChangedEventArgs(Of T))