FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / OnChanged Method
System.EventArgs instance that contains the event data


In This Topic
OnChanged Method (SpreadSkin)
In This Topic
Raises the changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SpreadSkin
Dim e As EventArgs
 
instance.OnChanged(e)

Parameters

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