'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("Occurs when the annotation building is starting.")> Public Event AnnotationBuildingStarting As EventHandler(Of AnnotationViewEventArgs)
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation building is starting.")] public event EventHandler<AnnotationViewEventArgs> AnnotationBuildingStarting
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation building is starting.")] public: __event EventHandler<AnnotationViewEventArgs*>* AnnotationBuildingStarting
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation building is starting.")] public: event EventHandler<AnnotationViewEventArgs^>^ AnnotationBuildingStarting
Event Data
The event handler receives an argument of type AnnotationViewEventArgs containing data related to this event. The following AnnotationViewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationView | Gets the annotation view. |
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also