[]
Provides data for the DataSourceIconClicked event.
public class DataSourceIconClickedEventArgs : EventArgs
This event is raised when the data source icon within the designer is clicked, potentially opening a dialog. The DialogResult property indicates the result of this dialog if one was shown.
Name | Description |
---|---|
DataSourceIconClickedEventArgs(DialogResult) | Initializes a new instance of the DataSourceIconClickedEventArgs class. |
Name | Description |
---|---|
DialogResult | Gets a value representing the result of the dialog that was potentially shown after the data source icon was clicked. |