Spread Windows Forms 12.0 Product Documentation
NameChangingEventArgs Constructor


FarPoint.Win Assembly > FarPoint.Win Namespace > NameChangingEventArgs Class : NameChangingEventArgs Constructor
The new name.
Initializes a new instance of the NameChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newName As String _
)
'Usage
 
Dim newName As String
 
Dim instance As New NameChangingEventArgs(newName)
public NameChangingEventArgs( 
   string newName
)

Parameters

newName
The new name.
See Also

Reference

NameChangingEventArgs Class
NameChangingEventArgs Members