| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub OnGraphicsSourceChanged( _ ByVal oldValue As IEnumerable(Of Graphic), _ ByVal newValue As IEnumerable(Of Graphic) _ ) | |
| C# | |
|---|---|
protected virtual void OnGraphicsSourceChanged( IEnumerable<Graphic> oldValue, IEnumerable<Graphic> newValue ) | |
Parameters
- oldValue
- Old value of the GraphicsSource property.
- newValue
- New value of the GraphicsSource property.
Target Platforms:Windows Phone 7