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