MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / LocateDataSourceEventHandler Delegate
The sender of the event.
The LocateDataSourceEventArgs that contains the LocateDataSource event class.

In This Topic
LocateDataSourceEventHandler Delegate
In This Topic
Represents the method that will handle the LocateDataSource event
Syntax
'Declaration
 
Public Delegate Sub LocateDataSourceEventHandler( _
   ByVal sender As Object, _
   ByVal args As LocateDataSourceEventArgs _
) 
 

Parameters

sender
The sender of the event.
args
The LocateDataSourceEventArgs that contains the LocateDataSource event class.
See Also