GrapeCity MultiRow Windows Forms Documentation
CellStyleContentChangedEventArgs Constructor


The cell style that has changed.
The scope that this cell style takes effect on.
Initializes a new instance of the CellStyleContentChangedEventArgs class.
Syntax
Public Function New( _
   ByVal cellStyle As CellStyle, _
   ByVal cellStyleScopes As CellStyleScopes _
)
Dim cellStyle As CellStyle
Dim cellStyleScopes As CellStyleScopes
 
Dim instance As New CellStyleContentChangedEventArgs(cellStyle, cellStyleScopes)
public CellStyleContentChangedEventArgs( 
   CellStyle cellStyle,
   CellStyleScopes cellStyleScopes
)

Parameters

cellStyle
The cell style that has changed.
cellStyleScopes
The scope that this cell style takes effect on.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyleContentChangedEventArgs Class
CellStyleContentChangedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.