ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewFilterRowEventHandler Delegate
The source of the event.
Event data.

In This Topic
    C1ViewFilterRowEventHandler Delegate
    In This Topic
    Represents the method that handles the C1DataViewSet.FilterRow event.
    Syntax
    'Declaration
     
    Public Delegate Sub C1ViewFilterRowEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1ViewFilterRowEventArgs _
    ) 
    public delegate void C1ViewFilterRowEventHandler( 
       System.object sender,
       C1ViewFilterRowEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    Event data.
    See Also