Spread ASP.NET 6.0 Product Documentation
SparklineModelUpdateEventArgs Constructor
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SparklineModelUpdateEventArgs Class : SparklineModelUpdateEventArgs Constructor


updatedCellRanges
The updated cell ranges.

Glossary Item Box

Initializes a new instance of the SparklineModelUpdateEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal updatedCellRanges As List(Of CellRange) _
)
Visual Basic (Usage)Copy Code
Dim updatedCellRanges As List(Of CellRange)
 
Dim instance As New SparklineModelUpdateEventArgs(updatedCellRanges)
C# 
public SparklineModelUpdateEventArgs( 
   List<CellRange> updatedCellRanges
)

Parameters

updatedCellRanges
The updated cell ranges.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.