| Visual Basic (Declaration) | |
|---|---|
Public Event DataSourceIconClicked As DataSourceIconClickedEventHandler | |
| C# | |
|---|---|
public event DataSourceIconClickedEventHandler DataSourceIconClicked | |
The event handler receives an argument of type DataSourceIconClickedEventArgs containing data related to this event. The following DataSourceIconClickedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DialogResult | Gets the value from the data source dialog. |