ModelChangeEventArgs Class
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Data.Tools.Model..::..ModelChangeEventArgs
Microsoft.Data.Tools.Model.Simple..::..ListModelChangeEventArgs
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public MustInherit Class ModelChangeEventArgs _
Inherits EventArgs
'Usage
Dim instance As ModelChangeEventArgs
public abstract class ModelChangeEventArgs : EventArgs
public ref class ModelChangeEventArgs abstract : public EventArgs
[<AbstractClassAttribute>]
type ModelChangeEventArgs =
class
inherit EventArgs
end
public abstract class ModelChangeEventArgs extends EventArgs
The ModelChangeEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelChangeEventArgs | Initializes a new instance of the ModelChangeEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Changes | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.