[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataSourceIconClickEventArgs

DataSourceIconClickEventArgs Class

Provides data for the DataSourceIconClick event.

Inheritance
DataSourceIconClickEventArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class DataSourceIconClickEventArgs : EventArgs
Remarks

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.

Constructors

Name Description
DataSourceIconClickEventArgs()

Initializes a new instance of the DataSourceIconClickEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the opening of the DataSourceDialog should be canceled.