Share via


ModelEventArgs-Konstruktor (IModelElement, ModelEventType)

Initialisiert eine neue Instanz der ModelEventArgs-Klasse.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    element As IModelElement, _
    type As ModelEventType _
)
public ModelEventArgs(
    IModelElement element,
    ModelEventType type
)
public:
ModelEventArgs(
    IModelElement^ element, 
    ModelEventType type
)
new : 
        element:IModelElement * 
        type:ModelEventType -> ModelEventArgs
public function ModelEventArgs(
    element : IModelElement, 
    type : ModelEventType
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelEventArgs Klasse

ModelEventArgs-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

IModelElement

ModelEventType