GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / PropertyChanged Event





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