DataSchemaModelEventArgs Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataSchemaModelEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
DataSchemaModelEventArgs(DataSchemaModel, ModelEventType) | Initializes a new instance of the DataSchemaModelEventArgs class by using the provided model and event type. |
![]() |
DataSchemaModelEventArgs(DataSchemaModel, IList<Tuple<IModelElement, ModelEventType>>) | Initializes a new instance of the DataSchemaModelEventArgs class by using the provided model and the list of elements and event types. |
![]() |
DataSchemaModelEventArgs(DataSchemaModel, IModelElement, ModelEventType) | Initializes a new instance of the DataSchemaModelEventArgs class by using the provided model, element, and event type. |
Top