Share via


MatchGestureEventArgs Class

Provides data for the MatchGesture event.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Class MatchGestureEventArgs _
    Inherits EventArgs
'Usage
Dim instance As MatchGestureEventArgs
public class MatchGestureEventArgs : EventArgs
public ref class MatchGestureEventArgs : public EventArgs
public class MatchGestureEventArgs extends EventArgs

Remarks

If you change the data in this object, you can modify what command will be executed for the specified input event. Also, you can modify gesture data information that will be passed to the command.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Interaction.MatchGestureEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MatchGestureEventArgs Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility