MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DataSourceIconClickedEventArgs Class
Members

DataSourceIconClickedEventArgs Class
This class retrieves the value from the DialogResult after the data source icon is clicked.
Object Model
DataSourceIconClickedEventArgs Class
Syntax
'Declaration
 
Public Class DataSourceIconClickedEventArgs 
   Inherits System.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.
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs

See Also