Accord.Controls.SliderControl.NotifyClients C# (CSharp) Method

NotifyClients() private method

private NotifyClients ( ) : void
return void
        private void NotifyClients()
        {
            if (PositionChanged != null)
            {
                PositionChanged(this, manipulatatorPosition);
            }
        }