CCT.NUI.TestDataCollector.HandDataViewModel.NotifyFingerChange C# (CSharp) Method

NotifyFingerChange() private method

private NotifyFingerChange ( ) : void
return void
        private void NotifyFingerChange()
        {
            this.PropertyChanged(this, new PropertyChangedEventArgs("HasFingers"));
            this.PropertyChanged(this, new PropertyChangedEventArgs("FingerCount"));
        }
    }