Share via


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
Protected method ModelChangeEventArgs Initializes a new instance of the ModelChangeEventArgs class.

Top

Properties

  Name Description
Public property Changes Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Tools.Model Namespace