Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / NameChangingEventArgs Class / NewName Property


In This Topic
    NewName Property (NameChangingEventArgs)
    In This Topic
    Gets or sets the new value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewName As String
    'Usage
     
    
    Dim instance As NameChangingEventArgs
    Dim value As String
     
    value = instance.NewName
    public string NewName {get;}

    Property Value

    The new value.
    See Also