Spread Windows Forms 12.0 Product Documentation
OnChanged Method (NamedStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NamedStyleCollection Class : OnChanged Method
NamedStyleCollectionEventArgs object that contains the event data
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

Reference

NamedStyleCollection Class
NamedStyleCollection Members