DataSchemaModelEventArgs Constructor (DataSchemaModel, IList<Tuple<IModelElement, ModelEventType>>)
Initializes a new instance of the DataSchemaModelEventArgs class by using the provided model and the list of elements and event types.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
model As DataSchemaModel, _
changes As IList(Of Tuple(Of IModelElement, ModelEventType)) _
)
public DataSchemaModelEventArgs(
DataSchemaModel model,
IList<Tuple<IModelElement, ModelEventType>> changes
)
public:
DataSchemaModelEventArgs(
DataSchemaModel^ model,
IList<Tuple<IModelElement^, ModelEventType>^>^ changes
)
new :
model:DataSchemaModel *
changes:IList<Tuple<IModelElement, ModelEventType>> -> DataSchemaModelEventArgs
public function DataSchemaModelEventArgs(
model : DataSchemaModel,
changes : IList<Tuple<IModelElement, ModelEventType>>
)
Parameters
- model
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The DataSchemaModel object that has changed.
- changes
Type: System.Collections.Generic.IList<Tuple<IModelElement, ModelEventType>>
A list of the IModelElement objects that have changed and the corresponding ModelEventType objects that represent the type of change.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataSchemaModelEventArgs Class
DataSchemaModelEventArgs Overload