Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NChartViewControl Class / LostStylusCapture Event


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

    The event handler receives an argument of type System.Windows.Input.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)
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also