AnnotationStore.CargoChanged Evento

Definición

Se produce cuando cambia una carga en cualquier Annotation del almacén.

public:
 event System::Windows::Annotations::AnnotationResourceChangedEventHandler ^ CargoChanged;
public event System.Windows.Annotations.AnnotationResourceChangedEventHandler CargoChanged;
member this.CargoChanged : System.Windows.Annotations.AnnotationResourceChangedEventHandler 
Public Custom Event CargoChanged As AnnotationResourceChangedEventHandler 
Public Event CargoChanged As AnnotationResourceChangedEventHandler 

Tipo de evento

Comentarios

El CargoChanged evento se puede usar para supervisar los cambios en la anotación Cargos contenida en el almacén sin necesidad de registrarse en cada Annotation uno individualmente.

Se aplica a

Consulte también