Interface IDoubleClickable
Indicates that this object can be double-clicked.
public interface IDoubleClickable
Methods
DoubleClick(ClickArgs)
Double-clicks on this object using the specified ClickArgs.
void DoubleClick(ClickArgs args)
Parameters
argsClickArgsThe click arguments that will be used during the double-click.
DoubleClick(MouseButton)
Double-clicks on this object using the specified MouseButton.
void DoubleClick(MouseButton button = MouseButton.Left)
Parameters
buttonMouseButtonOptional. The mouse button that performs the double-click. Possible Values: MouseButton. Default = MouseButton.Left.