Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetAxisModelEventArgs Class
Members


In This Topic
    SheetAxisModelEventArgs Class
    In This Topic
    Represents the event data for the Changed event of the axis model for the sheet.
    Object Model
    SheetAxisModelEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class SheetAxisModelEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SheetAxisModelEventArgs
    public class SheetAxisModelEventArgs : System.EventArgs 
    Remarks
    For information on the data model, refer to the ISheetAxisModel interface and the BaseSheetAxisModel class.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Web.Spread.Model.SheetAxisModelEventArgs
             FarPoint.Web.Spread.Model.SheetAxisModelChangingEventArgs

    See Also