'宣言 Public Delegate Sub InputValueChangedEventHandler( _ ByVal sender As C1PrintDocument, _ ByVal e As InputValueChangedEventArgs _ )
'使用法 Dim instance As New InputValueChangedEventHandler(AddressOf HandlerMethod)
public delegate void InputValueChangedEventHandler( C1PrintDocument sender, InputValueChangedEventArgs e )
パラメータ
- sender
- The source of the event.
- e
- A InputValueChangedEventArgs that contains the event data.