[]
Occurs when the element is double-tapped (double-clicked if performed with the mouse).
public event EventHandler<C1TappedEventArgs> DoubleTapped
Public Event DoubleTapped As EventHandler(Of C1TappedEventArgs)
| Type | Description |
|---|---|
| EventHandler<C1TappedEventArgs> | Occurs when the element is double-tapped (double-clicked if performed with the mouse). |