DataSourceDeletedEventArgs(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
DataSourceDeletedEventArgs(System::String ^ dataSourceReference);
public DataSourceDeletedEventArgs (string dataSourceReference);
new Microsoft.ReportDesigner.DataSourceDeletedEventArgs : string -> Microsoft.ReportDesigner.DataSourceDeletedEventArgs
Public Sub New (dataSourceReference As String)
Parameters
- dataSourceReference
- String