Spread Silverlight Documentation
OnChanged Method (StyleInfoCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : OnChanged Method
Raises the Changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As StyleInfoCollectionChangedEventArgs _
) 
'Usage
 
Dim instance As StyleInfoCollection
Dim e As StyleInfoCollectionChangedEventArgs
 
instance.OnChanged(e)
protected virtual void OnChanged( 
   StyleInfoCollectionChangedEventArgs e
)

Parameters

e
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members