C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / InputValueChanged Event

InputValueChanged Event
Occurs when the value of a RenderInputBase object within the document has been changed.
Syntax
'Declaration
 
Public Event InputValueChanged As InputValueChangedEventHandler
 
Event Data

The event handler receives an argument of type InputValueChangedEventArgs containing data related to this event. The following InputValueChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the RenderInputBase object on which the value has changed.  
See Also