Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StatusBarElementChangeArgs Class / PropertyName Property


In This Topic
    PropertyName Property (StatusBarElementChangeArgs)
    In This Topic
    Gets the property name that changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyName As String
    'Usage
     
    
    Dim instance As StatusBarElementChangeArgs
    Dim value As String
     
    value = instance.PropertyName
    public string PropertyName {get;}
    See Also