GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / PreviewAnnotationSelected Event





In This Topic
PreviewAnnotationSelected Event
In This Topic
Syntax
'Declaration
 
Public Event PreviewAnnotationSelected As GdViewer.PreviewAnnotationSelectedHandler
public event GdViewer.PreviewAnnotationSelectedHandler PreviewAnnotationSelected
public event PreviewAnnotationSelected: GdViewer.PreviewAnnotationSelectedHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.PreviewAnnotationSelectedHandler* PreviewAnnotationSelected
public:
event GdViewer.PreviewAnnotationSelectedHandler^ PreviewAnnotationSelected
Event Data

The event handler receives an argument of type GdViewer.AnnotationSelectedEventArgs containing data related to this event. The following GdViewer.AnnotationSelectedEventArgs properties provide information specific to this event.

PropertyDescription
 
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also