Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / NameChangingEventArgs Class / NameChangingEventArgs Constructor
The new name.


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