GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / SavingProgress Event





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