Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / MouseTapStylusStatusTracker Class / DeviceTypeChanged Event


In This Topic
    DeviceTypeChanged Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event DeviceTypeChanged As EventHandler
    'Usage
     
    
    Dim instance As MouseTapStylusStatusTracker
    Dim handler As EventHandler
     
    AddHandler instance.DeviceTypeChanged, handler
    public event EventHandler DeviceTypeChanged
    See Also