PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / InputValueChangedEventHandler Delegate
The source of the event.
A InputValueChangedEventArgs that contains the event data.

In This Topic
    InputValueChangedEventHandler Delegate
    In This Topic
    Represents a method that can handle the C1PrintDocument.InputValueChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub InputValueChangedEventHandler( _
       ByVal sender As C1PrintDocument, _
       ByVal e As InputValueChangedEventArgs _
    ) 
    public delegate void InputValueChangedEventHandler( 
       C1PrintDocument sender,
       InputValueChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A InputValueChangedEventArgs that contains the event data.
    See Also