MindFusion.Charting for Silverlight Programmer's Guide
Annotation.OnAnnotationChanged Method
See Also
 






Raises the AnnotationChanged event.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public static void OnAnnotationChanged (
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Visual Basic  Copy Code

Public Shared Sub OnAnnotationChanged( _
    d As DependencyObject, _
    e As DependencyPropertyChangedEventArgs _
)

 Parameters

d

The Annotation object that raised the event.

e

System.Windows.DependencyPropertyChangedEventArgs that contains data for the event.

 See Also

Annotation Members
Annotation Class
MindFusion.Charting.Silverlight Namespace