Skip to main content

DataSourceRemovedEventArgs Properties

Provides data for the DataSourceInfoCollection.DataSourceRemoved event.
Name Description
DataSourceInfo Provides access to information about the target data source.
IsDataSourceInternal Gets whether the data source is internal (loaded with the document template or added in the UI using the Data Source Wizard) or external (added manually or used in other parts of the application).
See Also