DataPropertyChanged Method
In This Topic
Fires when data property changes.
Syntax
'Declaration
Protected Sub DataPropertyChanged( _
ByVal As Object _
)
'Usage
Dim instance As ChartBase
Dim oldValue As Object
instance.DataPropertyChanged(oldValue)
protected void DataPropertyChanged(
object
)
Parameters
- oldValue
See Also