ComponentOne Reports for WPF
C1.C1Report Namespace / DialogEventHandler Delegate

In This Topic
    DialogEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1Report.InitializeParametersDialog event.
    Syntax
    'Declaration
     
    Public Delegate Sub DialogEventHandler( _
       ByVal sender As Object, _
       ByVal e As DialogEventArgs _
    ) 
    public delegate void DialogEventHandler( 
       object sender,
       DialogEventArgs e
    )

    Parameters

    sender
    e
    See Also