Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / InitializeSSRSParametersDialogEventHandler Delegate

In This Topic
    InitializeSSRSParametersDialogEventHandler Delegate
    In This Topic
    TBD: Represents the method that will handle the InitializeSSRSParametersDialog event.
    Syntax
    'Declaration
     
    Public Delegate Sub InitializeSSRSParametersDialogEventHandler( _
       ByVal sender As Object, _
       ByVal e As InitializeSSRSParametersDialogEventArgs _
    ) 
    public delegate void InitializeSSRSParametersDialogEventHandler( 
       object sender,
       InitializeSSRSParametersDialogEventArgs e
    )

    Parameters

    sender
    e
    See Also