XFINIUM.PDF.View.Wpf Documentation
PropertyChanged Event



Xfinium.Pdf.View Namespace > PdfVisualAnnotationToolTip Class : PropertyChanged Event
Gets or sets the event that is fired when a property has changed.
Syntax
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim 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.

PropertyDescription
 
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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