ActiveReports 13
DataSourceIconClickedEventArgs Constructor

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace > DataSourceIconClickedEventArgs Class : DataSourceIconClickedEventArgs Constructor
The enumerated DialogResult value returned from the dialog.
Initializes a new instance of the DatasourceClickEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dialogResult As DialogResult _
)
public DataSourceIconClickedEventArgs( 
   DialogResult dialogResult
)

Parameters

dialogResult
The enumerated DialogResult value returned from the dialog.
See Also

Reference

DataSourceIconClickedEventArgs Class
DataSourceIconClickedEventArgs Members