C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / PropertyChanged Event

PropertyChanged Event
Occurs when a property on the current C1PrintOptions object changes.
Syntax
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
 
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
 
See Also