FarPoint.Win.Spread
SparklineModelUpdateEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SparklineModelUpdateEventArgs Class


Represents the event data for the UpdatedCellRanges event, which occurs when a list of cellranges are updated.

Syntax

Visual Basic (Declaration) 
Public Class SparklineModelUpdateEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As SparklineModelUpdateEventArgs
C# 
public class SparklineModelUpdateEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.SparklineModelUpdateEventArgs

See Also