AnnotationResourceChangedEventHandler Delegate

 

Represents the method that handles the AnchorChanged or CargoChanged events raised by the Annotation class.

Namespace:   System.Windows.Annotations
Assembly:  PresentationFramework (in PresentationFramework.dll)

public delegate void AnnotationResourceChangedEventHandler(
	Object^ sender,
	AnnotationResourceChangedEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Windows.Annotations::AnnotationResourceChangedEventArgs^

The event data.

.NET Framework
Available since 3.0
Return to top
Show: