PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / InputValueChanged Event

In This Topic
    InputValueChanged Event (C1PrintDocument)
    In This Topic
    Occurs when the value of a RenderInputBase object within the document has been changed.
    Syntax
    'Declaration
     
    Public Event InputValueChanged As InputValueChangedEventHandler
    public event InputValueChangedEventHandler InputValueChanged
    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