Spread Windows Forms 12.0 Product Documentation
TableStyleCollectionChangedEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableStyleCollectionChangedEventArgs Class : TableStyleCollectionChangedEventArgs Constructor
The item name
The change type
Creates a tabel style collection changed event argument.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal changeType As TableStyleCollectionChangedType _
)
'Usage
 
Dim name As String
Dim changeType As TableStyleCollectionChangedType
 
Dim instance As New TableStyleCollectionChangedEventArgs(name, changeType)
public TableStyleCollectionChangedEventArgs( 
   string name,
   TableStyleCollectionChangedType changeType
)

Parameters

name
The item name
changeType
The change type
See Also

Reference

TableStyleCollectionChangedEventArgs Class
TableStyleCollectionChangedEventArgs Members