Edit

Share via


Eyedropper.PickCompleted Event

Definition

Occurs when the eyedropper stops to take color.

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

Event Type

Windows.Foundation.TypedEventHandler<Eyedropper,EventArgs>

Applies to