Represents a method that can handle the InputValueChanged event.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public delegate void InputValueChangedEventHandler( C1PrintDocument sender, InputValueChangedEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub InputValueChangedEventHandler ( _ sender As C1PrintDocument, _ e As InputValueChangedEventArgs _ ) |
Parameters
- sender
- Type: C1.C1Preview..::..C1PrintDocument
The source of the event.
- e
- Type: C1.C1Preview..::..InputValueChangedEventArgs
A InputValueChangedEventArgs that contains the event data.