Spread WinForms 15
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)

Parameters

e
NamedStyleCollectionEventArgs object that contains the event data
See Also