'DeclarationPublic Event PropertyChanged As PropertyChangedEventHandler
'UsageDim instance As PdfVisualAnnotationToolTip Dim handler As PropertyChangedEventHandler AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
public: event PropertyChangedEventHandler^ PropertyChanged
Event Data
The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| PropertyName |
Requirements
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms
Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2
See Also