SelectorFilterRule.OnSelectedValueChanged(FilterRule, FilterRule) Method

Definition

Called when the SelectedValue within AvailableRules changes.

protected:
 void OnSelectedValueChanged(Microsoft::Management::UI::Internal::FilterRule ^ oldValue, Microsoft::Management::UI::Internal::FilterRule ^ newValue);
protected:
 void OnSelectedValueChanged(Microsoft::Management::UI::Internal::FilterRule ^ oldValue, Microsoft::Management::UI::Internal::FilterRule ^ newValue);
void OnSelectedValueChanged(Microsoft::Management::UI::Internal::FilterRule const & oldValue, Microsoft::Management::UI::Internal::FilterRule const & newValue);
protected void OnSelectedValueChanged (Microsoft.Management.UI.Internal.FilterRule oldValue, Microsoft.Management.UI.Internal.FilterRule newValue);
member this.OnSelectedValueChanged : Microsoft.Management.UI.Internal.FilterRule * Microsoft.Management.UI.Internal.FilterRule -> unit
Protected Sub OnSelectedValueChanged (oldValue As FilterRule, newValue As FilterRule)

Parameters

oldValue
FilterRule

The old FilterRule.

newValue
FilterRule

The new FilterRule.

Applies to