Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseSparkline Class / OnUpdated Method
The System.EventArgs instance that contains the event data.


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

Parameters

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