C1.WPF.PrintDocument.4.6.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 _
) 
 

Parameters

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