C1.C1Report.4 Assembly / C1.C1Report Namespace / DialogEventHandler Delegate
DialogEventHandler Delegate
In This Topic
Represents the method that will handle the C1Report.InitializeParametersDialog event.
Syntax
'Declaration
 
Public Delegate Sub DialogEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DialogEventArgs _
) 
 

Parameters

sender
e
See Also