[]
Provides data for the DataSourceIconClick event.
public class DataSourceIconClickEventArgs : EventArgs
This event is triggered when the data source icon is clicked in the End User Designer. Setting the Cancel property to true prevents the default DataSourceDialog from opening, allowing for a custom dialog or action to be initiated instead.
Name | Description |
---|---|
DataSourceIconClickEventArgs() | Initializes a new instance of the DataSourceIconClickEventArgs class. |
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the opening of the DataSourceDialog should be canceled. |