Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollectionChangedEventArgs Class / TableStyleCollectionChangedEventArgs Constructor
The item name
The change type


In This Topic
    TableStyleCollectionChangedEventArgs Constructor
    In This Topic
    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