Spread Windows Forms 12.0 Product Documentation
TableNameChangingEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > TableNameChangingEventArgs Class : TableNameChangingEventArgs Constructor
New name.
Creates a TableNameChangingEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal newName As String _
)
'Usage
 
Dim newName As String
 
Dim instance As New TableNameChangingEventArgs(newName)
public TableNameChangingEventArgs( 
   string newName
)

Parameters

newName
New name.
See Also

Reference

TableNameChangingEventArgs Class
TableNameChangingEventArgs Members