ComponentOne Reports for WPF
C1.C1Report Namespace / AddOutlineEntryHandler Delegate

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

    Parameters

    sender
    e
    See Also