ComponentOne Basic Library for WPF and Silverlight
PreviewStylusSystemGesture Event (C1ComboBoxItem)


C1.WPF Namespace > C1ComboBoxItem Class : PreviewStylusSystemGesture Event
Syntax
'Declaration
 
Public Event PreviewStylusSystemGesture As System.Windows.Input.StylusSystemGestureEventHandler
'Usage
 
Dim instance As C1ComboBoxItem
Dim handler As System.Windows.Input.StylusSystemGestureEventHandler
 
AddHandler instance.PreviewStylusSystemGesture, handler
public event System.Windows.Input.StylusSystemGestureEventHandler PreviewStylusSystemGesture
Event Data

The event handler receives an argument of type System.Windows.Input.StylusSystemGestureEventArgs containing data related to this event. The following StylusSystemGestureEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.StylusEventArgs)
(Inherited from System.Windows.Input.StylusEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.StylusEventArgs)
Gets the System.Windows.Input.SystemGesture that raises the event.  
(Inherited from System.Windows.Input.InputEventArgs)
See Also