ModelStore.OnModelElementChanged Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnModelElementChanged ( _
element As IModelElement, _
type As ModelEventType _
)
protected virtual void OnModelElementChanged(
IModelElement element,
ModelEventType type
)
protected:
virtual void OnModelElementChanged(
IModelElement^ element,
ModelEventType type
)
abstract OnModelElementChanged :
element:IModelElement *
type:ModelEventType -> unit
override OnModelElementChanged :
element:IModelElement *
type:ModelEventType -> unit
protected function OnModelElementChanged(
element : IModelElement,
type : ModelEventType
)
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
.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.