[]
Represents the method that will handle the DataSourceIconClicked event.
public delegate void DataSourceIconClickedEventHandler(object sender, DataSourceIconClickedEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the control or designer surface where the data source icon was clicked and a dialog was shown. |
DataSourceIconClickedEventArgs | e | A DataSourceIconClickedEventArgs that contains the event data, including the dialog result. |
Name | Description |
---|---|
DataSourceIconClickedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DataSourceIconClickedEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DataSourceIconClickedEventArgs) |