[]
Represents the method that will handle the LocateDataSource event.
public delegate void LocateDataSourceEventHandler(object sender, LocateDataSourceEventArgs args)
| Type | Name | Description |
|---|---|---|
| object | sender | The sender of the event. |
| LocateDataSourceEventArgs | args | The LocateDataSourceEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| LocateDataSourceEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, LocateDataSourceEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, LocateDataSourceEventArgs) |