Visual Basic (Declaration) | |
---|---|
Protected Overrides Sub OnGraphicsSourceChanged( _ ByVal oldValue As IEnumerable(Of Graphic), _ ByVal newValue As IEnumerable(Of Graphic) _ ) |
C# | |
---|---|
protected override void OnGraphicsSourceChanged( IEnumerable<Graphic> oldValue, IEnumerable<Graphic> newValue ) |
Parameters
- oldValue
- Old value of the GraphicsSource property.
- newValue
- New value of the GraphicsSource property.
Exception | Description |
---|---|
System.InvalidOperationException | Thrown when property is changed on a . |
Target Platforms:Windows Phone 7