SchemaModelEventArgs Constructor (DataSchemaModel, IModelElement, ModelEventType)
Initializes a new instance of the SchemaModelEventArgs class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
model As DataSchemaModel, _
element As IModelElement, _
type As ModelEventType _
)
'Usage
Dim model As DataSchemaModel
Dim element As IModelElement
Dim type As ModelEventType
Dim instance As New SchemaModelEventArgs(model, element, _
type)
public SchemaModelEventArgs(
DataSchemaModel model,
IModelElement element,
ModelEventType type
)
public:
SchemaModelEventArgs(
DataSchemaModel^ model,
IModelElement^ element,
ModelEventType type
)
public function SchemaModelEventArgs(
model : DataSchemaModel,
element : IModelElement,
type : ModelEventType
)
new :
model:DataSchemaModel *
element:IModelElement *
type:ModelEventType -> SchemaModelEventArgs
Parameters
- model
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The data schema model
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element
- type
Type: Microsoft.Data.Schema.SchemaModel.ModelEventType
The model event type
.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.