Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CrossSplitBar Class / PreviewStylusSystemGesture Event


In This Topic
    PreviewStylusSystemGesture Event (CrossSplitBar)
    In This Topic
    Syntax
    'Declaration
     
    Public Event PreviewStylusSystemGesture As StylusSystemGestureEventHandler
    'Usage
     
    Dim instance As CrossSplitBar
    Dim handler As StylusSystemGestureEventHandler
     
    AddHandler instance.PreviewStylusSystemGesture, handler
    public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
    Event Data

    The event handler receives an argument of type 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