PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EventCollectionChangeEventHandler Delegate
The source of event.
The parameters of event.

In This Topic
    EventCollectionChangeEventHandler Delegate
    In This Topic
    Represents the method that will handler an event occuring when collection changing.
    Syntax
    'Declaration
     
    Public Delegate Sub EventCollectionChangeEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventCollectionChangeEventArgs _
    ) 
    public delegate void EventCollectionChangeEventHandler( 
       object sender,
       EventCollectionChangeEventArgs e
    )

    Parameters

    sender
    The source of event.
    e
    The parameters of event.
    See Also