[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.LocateDataSourceEventHandler

LocateDataSourceEventHandler Delegate

Represents the method that will handle the LocateDataSource event.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void LocateDataSourceEventHandler(object sender, LocateDataSourceEventArgs args)
Parameters
Type Name Description
object sender

The sender of the event.

LocateDataSourceEventArgs args

The LocateDataSourceEventArgs object that contains the event data.

Constructors

Name Description
LocateDataSourceEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, LocateDataSourceEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, LocateDataSourceEventArgs)

Extension Methods