Dela via


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

.NET Framework Security

See Also

Reference

ModelEventArgs Class

ModelEventArgs Overload

Microsoft.Data.Schema.SchemaModel Namespace

ModelEventType