Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / OnChanged Method
NamedStyleCollectionEventArgs object that contains the event data


In This Topic
    OnChanged Method (NamedStyleCollection)
    In This Topic
    Raises the Changed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnChanged( _
       ByVal e As NamedStyleCollectionEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim e As NamedStyleCollectionEventArgs
     
    instance.OnChanged(e)
    protected virtual void OnChanged( 
       NamedStyleCollectionEventArgs e
    )

    Parameters

    e
    NamedStyleCollectionEventArgs object that contains the event data
    See Also