'Declaration Public Overrides Function Matches( _
ByVal targetElementThe target element.As System.Object, _
ByVal inputEventArgsThe System.Windows.Input.InputEventArgs instance containing the event data.As System.Windows.Input.InputEventArgs _
) As Boolean
public override bool Matches(
System.Object targetElement,
System.Windows.Input.InputEventArgs inputEventArgs
)
public: bool Matches(
System.Object targetElement,
System.Windows.Input.InputEventArgs* inputEventArgs
); override
public:
bool Matches(
System.Object targetElement,
System.Windows.Input.InputEventArgs^ inputEventArgs
); override
Parameters
- targetElement
- The target element.
- inputEventArgs
- The System.Windows.Input.InputEventArgs instance containing the event data.
Return Value
True if the gesture matches the input; otherwise, false.