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


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

    Property Value

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