ModelEventArgs Constructor (IList<Tuple<IModelElement, ModelEventType>>)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
changes As IList(Of Tuple(Of IModelElement, ModelEventType)) _
)
public ModelEventArgs(
IList<Tuple<IModelElement, ModelEventType>> changes
)
public:
ModelEventArgs(
IList<Tuple<IModelElement^, ModelEventType>^>^ changes
)
new :
changes:IList<Tuple<IModelElement, ModelEventType>> -> ModelEventArgs
public function ModelEventArgs(
changes : IList<Tuple<IModelElement, ModelEventType>>
)
Parameters
- changes
Type: System.Collections.Generic.IList<Tuple<IModelElement, ModelEventType>>
.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.