[]
Represents the method that will handle the DataSourceIconClick event raised when the data source icon is clicked within the designer.
public delegate void DataSourceIconClickEventHandler(object sender, DataSourceIconClickEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the control or designer surface where the data source icon was clicked. |
DataSourceIconClickEventArgs | e | A DataSourceIconClickEventArgs that contains the event data. |
Name | Description |
---|---|
DataSourceIconClickEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DataSourceIconClickEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DataSourceIconClickEventArgs) |