FormValidationExample.ViewModel.InterestSelectorViewModel.OnInterestSelectionChanged C# (CSharp) Method

OnInterestSelectionChanged() public method

public OnInterestSelectionChanged ( ) : void
return void
        public void OnInterestSelectionChanged()
        {
            OnSelectedInterestsChanged();
        }