Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowUserToTouchZoomChanged Event


In This Topic
    AllowUserToTouchZoomChanged Event
    In This Topic
    Occurs when the AllowUserToZoom property has changed.
    Syntax
    'Declaration
     
    
    Public Event AllowUserToTouchZoomChanged As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.AllowUserToTouchZoomChanged, handler
    public event EventHandler AllowUserToTouchZoomChanged
    See Also