ModelEventArgs Constructor (IList<Tuple<IModelElement, ModelEventType>>)
Initializes a new instance of the ModelEventArgs class.
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)) _
)
'Usage
Dim changes As IList(Of Tuple(Of IModelElement, ModelEventType))
Dim instance As New ModelEventArgs(changes)
public ModelEventArgs(
IList<Tuple<IModelElement, ModelEventType>> changes
)
public:
ModelEventArgs(
IList<Tuple<IModelElement^, ModelEventType>>^ changes
)
public function ModelEventArgs(
changes : IList<Tuple<IModelElement, ModelEventType>>
)
new :
changes:IList<Tuple<IModelElement, ModelEventType>> -> ModelEventArgs
Parameters
- changes
Type: System.Collections.Generic.IList<Tuple<IModelElement, ModelEventType>>
A list of all the changes
.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.