ElementEventsBegunEventArgs Class

Provides data for the ElementEventsBegun event.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Class ElementEventsBegunEventArgs _
    Inherits ModelingEventArgs
'Usage
Dim instance As ElementEventsBegunEventArgs
public class ElementEventsBegunEventArgs : ModelingEventArgs
public ref class ElementEventsBegunEventArgs : public ModelingEventArgs
public class ElementEventsBegunEventArgs extends ModelingEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.ModelingEventArgs
      Microsoft.VisualStudio.Modeling.ElementEventsBegunEventArgs

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

ElementEventsBegunEventArgs Members

Microsoft.VisualStudio.Modeling Namespace