[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs

DataSourceIconClickedEventArgs Class

Provides data for the DataSourceIconClicked event.

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

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.

Constructors

Name Description
DataSourceIconClickedEventArgs(DialogResult)

Initializes a new instance of the DataSourceIconClickedEventArgs class.

Properties

Name Description
DialogResult

Gets a value representing the result of the dialog that was potentially shown after the data source icon was clicked.