'Declaration Public Event ItemPropertyChanging As EventHandler(Of AnnotationDataPropertyChangingEventArgs)
public event EventHandler<AnnotationDataPropertyChangingEventArgs> ItemPropertyChanging
public: __event EventHandler<AnnotationDataPropertyChangingEventArgs*>* ItemPropertyChanging
public: event EventHandler<AnnotationDataPropertyChangingEventArgs^>^ ItemPropertyChanging
Event Data
The event handler receives an argument of type AnnotationDataPropertyChangingEventArgs containing data related to this event. The following AnnotationDataPropertyChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationData | Gets the annotation data whose property is changing. |
ChangingArgs | Gets the information about changing property. |
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also