PDFReaderControls.NET Professional Type Reference

Page.PropertyChanged Event

Occurs when any property of the page has changed.

public event PropertyChangedEventHandler PropertyChanged;

Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs property provides information specific to this event.

Property Description
Name Name of the propery that has changed.

See Also

Page Class | TallComponents.PDF Namespace