Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollectionEventArgs Class / OldStyle Property


In This Topic
    OldStyle Property
    In This Topic
    Gets the old style that was removed or changed, or null if no style was removed or changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldStyle As NamedStyle
    'Usage
     
    
    Dim instance As NamedStyleCollectionEventArgs
    Dim value As NamedStyle
     
    value = instance.OldStyle
    public NamedStyle OldStyle {get;}
    See Also