Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomEventArgs Class
Members


In This Topic
    ZoomEventArgs Class
    In This Topic
    Represents the event data for the UserZooming event for the Spread component, which occurs when the user zooms.
    Syntax
    'Declaration
     
    
    Public Class ZoomEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As ZoomEventArgs
    public class ZoomEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.ZoomEventArgs

    See Also