Paint.ColorPicker.HandleTouch C# (CSharp) Method

HandleTouch() protected method

Handles a particular touch by the user
protected HandleTouch ( ITouchPoint touchPosition ) : void
touchPosition ITouchPoint
return void
        protected override void HandleTouch(ITouchPoint touchPosition)
        {
            this.OnColorSelected(EventArgs.Empty);
        }