Edit

Share via


EyedropperToolButton.PickCompleted Event

Definition

Occurs when the eyedropper stops to take color.

public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.EyedropperToolButton,EventArgs> PickCompleted;
member this.PickCompleted : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.EyedropperToolButton, EventArgs> 
Public Event PickCompleted As TypedEventHandler(Of EyedropperToolButton, EventArgs) 

Event Type

Windows.Foundation.TypedEventHandler<EyedropperToolButton,EventArgs>

Applies to