public bool Matches (UIElements.IMouseEvent e);

Parameters

eThe mouse event.

Returns

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

Description

Checks whether the current mouse event satisfies the activation requirements.


public bool Matches (UIElements.IPointerEvent e);

Parameters

eThe pointer event.

Returns

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

Description

Checks whether the current pointer event satisfies the activation requirements.