Host.VM.AutoClickViewModel.NotifyOfPropertiesChange C# (CSharp) Method

NotifyOfPropertiesChange() protected method

protected NotifyOfPropertiesChange ( ) : void
return void
        protected override void NotifyOfPropertiesChange()
        {
            NotifyOfPropertyChange( () => ActivatePlugin );
            NotifyOfPropertyChange( () => CountDownDuration );
            NotifyOfPropertyChange( () => TimeBeforeCountDownStarts );
            NotifyOfPropertyChange( () => ShowMouseIndicatorOption );
        }