Spread Silverlight Documentation
OnChanged Method (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : OnChanged Method
The System.EventArgs instance that contains the event data.
Raises the Changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As System.EventArgs _
) 
'Usage
 
Dim instance As StyleInfo
Dim e As System.EventArgs
 
instance.OnChanged(e)
protected virtual void OnChanged( 
   System.EventArgs e
)

Parameters

e
The System.EventArgs instance that contains the event data.
See Also

Reference

StyleInfo Class
StyleInfo Members