'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.