OnItemsSourceChanged Method (FlexPie)
In This Topic
Called when ItemsSource changes.
Syntax
'Declaration
Protected Overrides Sub OnItemsSourceChanged( _
ByVal As Object _
)
'Usage
Dim instance As FlexPie
Dim oldValue As Object
instance.OnItemsSourceChanged(oldValue)
protected override void OnItemsSourceChanged(
object
)
Parameters
- oldValue
See Also