Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollectionEventArgs Class / NewStyle Property
Example


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;}

    Property Value

    NamedStyle containing the new style
    Remarks
    This method gets the new NamedStyle that was added, or null if no item was added.
    Example
    This example causes the Changed event to occur for the NamedStyleCollection object and returns the new style.
    See Also