SpreadsheetGear 2017
GotStylusCapture Event (SheetTabScrollButton)






SpreadsheetGear.Windows.Controls Namespace > SheetTabScrollButton Class : GotStylusCapture Event
Syntax
'Declaration
 
Public Event GotStylusCapture As System.Windows.Input.StylusEventHandler
'Usage
 
Dim instance As SheetTabScrollButton
Dim handler As System.Windows.Input.StylusEventHandler
 
AddHandler instance.GotStylusCapture, handler
public event System.Windows.Input.StylusEventHandler GotStylusCapture
public event GotStylusCapture: System.Windows.Input.StylusEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event System.Windows.Input.StylusEventHandler* GotStylusCapture
public:
event System.Windows.Input.StylusEventHandler^ GotStylusCapture
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also