'Declaration <DescriptionAttribute("Occurs when the annotation transforming is finished.")> <CategoryAttribute("VintaSoft, Annotation")> Public Event TransformingFinished As EventHandler(Of PdfAnnotationViewEventArgs)
[Description("Occurs when the annotation transforming is finished.")] [Category("VintaSoft, Annotation")] public event EventHandler<PdfAnnotationViewEventArgs> TransformingFinished
[Description("Occurs when the annotation transforming is finished.")] [Category("VintaSoft, Annotation")] public: __event EventHandler<PdfAnnotationViewEventArgs*>* TransformingFinished
[Description("Occurs when the annotation transforming is finished.")] [Category("VintaSoft, Annotation")] public: event EventHandler<PdfAnnotationViewEventArgs^>^ TransformingFinished
Event Data
The event handler receives an argument of type PdfAnnotationViewEventArgs containing data related to this event. The following PdfAnnotationViewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationView | Gets the PDF 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