ModelEventArgs Constructor (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 ( _
type As ModelEventType _
)
public ModelEventArgs(
ModelEventType type
)
public:
ModelEventArgs(
ModelEventType type
)
new :
type:ModelEventType -> ModelEventArgs
public function ModelEventArgs(
type : ModelEventType
)
Parameters
- type
Type: Microsoft.Data.Schema.SchemaModel.ModelEventType
A member of the ModelEventType enumeration that indicates the type of the event.
.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.