Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnHeaderCellPresenter Class / LostStylusCapture Event


In This Topic
    LostStylusCapture Event (ColumnHeaderCellPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Event LostStylusCapture As StylusEventHandler
    'Usage
     
    Dim instance As ColumnHeaderCellPresenter
    Dim handler As StylusEventHandler
     
    AddHandler instance.LostStylusCapture, handler
    public event StylusEventHandler LostStylusCapture
    Event Data

    The event handler receives an argument of type StylusEventArgs containing data related to this event. The following StylusEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.Input.InputEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer.  
    Gets a value that indicates whether the stylus in inverted.  
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the System.Windows.Input.StylusDevice that represents the stylus.  
    (Inherited from System.Windows.Input.InputEventArgs)
    See Also