Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregateArgs Class
Members


In This Topic
    AggregateArgs Class
    In This Topic
    Represents the event data for the OnAggregate event of the data model for the sheet.
    Syntax
    'Declaration
     
    
    Public Class AggregateArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As AggregateArgs
    public class AggregateArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.Model.AggregateArgs

    See Also