MergeElementGroupEventArgs Class

 

Provides data for the MergeElementGroup event.

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Modeling::MergeElementGroupEventArgs

public ref class MergeElementGroupEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodMergeElementGroupEventArgs(ModelElement^, ElementGroupPrototype^, ElementGroup^)

Initializes a new instance of the MergeEventArgs class.

NameDescription
System_CAPS_pubpropertyCurrentTransaction

Gets the current transaction.

System_CAPS_pubpropertyElementGroup

System_CAPS_pubpropertyElementGroupPrototype

System_CAPS_pubpropertyMergeCompleted

Gets or sets a value indicating whether the Merge process is complete and requires no further processing.

System_CAPS_pubpropertyTargetElement

Gets the target element that will serve as the parent element of the reconstituted elements.

System_CAPS_pubpropertyTopLevelTransaction

Gets the top-level transaction.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The MergeElementGroup event occurs when elements are merged.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: