public bool Matches (UIElements.IMouseEvent e);

Parámetros

eThe mouse event.

Valor de retorno

bool True if the event matches the requirements. False otherwise.

Descripción

Checks whether the current mouse event satisfies the activation requirements.


public bool Matches (UIElements.IPointerEvent e);

Parámetros

eThe pointer event.

Valor de retorno

bool True if the event matches the requirements. False otherwise.

Descripción

Checks whether the current pointer event satisfies the activation requirements.