






|
| PDFTron SilverDox SDK |
| DocumentViewer..::..PropertyChanged Event |
| DocumentViewer Class See Also Send Feedback |
Notification event that is raised when a bound property changes.
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public event PropertyChangedEventHandler PropertyChanged |
| Visual Basic |
|---|
Public Event PropertyChanged As PropertyChangedEventHandler |
| Visual C++ |
|---|
public: virtual event PropertyChangedEventHandler^ PropertyChanged { void add (PropertyChangedEventHandler^ value); void remove (PropertyChangedEventHandler^ value); } |
