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


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