ElementEventArgs Class
Provides data for notifications associated with a model element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Class ElementEventArgs _
Inherits GenericEventArgs
'Usage
Dim instance As ElementEventArgs
public class ElementEventArgs : GenericEventArgs
public ref class ElementEventArgs : public GenericEventArgs
public class ElementEventArgs extends GenericEventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Modeling.ModelingEventArgs
Microsoft.VisualStudio.Modeling.GenericEventArgs
Microsoft.VisualStudio.Modeling.ElementEventArgs
Microsoft.VisualStudio.Modeling.ElementAddedEventArgs
Microsoft.VisualStudio.Modeling.ElementDeletedEventArgs
Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs
Microsoft.VisualStudio.Modeling.ElementMovedEventArgs
Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs
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.