CCT.NUI.TestDataCollector.HandDataViewModel.NotifyFingerChange C# (CSharp) Méthode

NotifyFingerChange() private méthode

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