ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / AnnotationRemoved Event

In This Topic
    AnnotationRemoved Event
    In This Topic
    The event occurs when annotation was just removed.
    Syntax
    'Declaration
     
    Public Event AnnotationRemoved As Action(Of AnnotationCollection,Annotation)
    public event Action<AnnotationCollection,Annotation> AnnotationRemoved
    Remarks
    This event should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also