GdPicture.NET.14
GdPicture14 Namespace / AnnotationEditor Class / PropertyChanged Event





In This Topic
PropertyChanged Event (AnnotationEditor)
In This Topic
Syntax
'Declaration
 
Public Event PropertyChanged As AnnotationEditor.PropertyChangedEventHandler
public event AnnotationEditor.PropertyChangedEventHandler PropertyChanged
public event PropertyChanged: AnnotationEditor.PropertyChangedEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event AnnotationEditor.PropertyChangedEventHandler* PropertyChanged
public:
event AnnotationEditor.PropertyChangedEventHandler^ PropertyChanged
See Also