MergeElementGroupEventArgs Class
Visual Studio 2015
Provides data for the MergeElementGroup event.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | MergeElementGroupEventArgs(ModelElement^, ElementGroupPrototype^, ElementGroup^) | Initializes a new instance of the MergeEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | CurrentTransaction | Gets the current transaction. |
![]() | ElementGroup | |
![]() | ElementGroupPrototype | |
![]() | MergeCompleted | Gets or sets a value indicating whether the Merge process is complete and requires no further processing. |
![]() | TargetElement | Gets the target element that will serve as the parent element of the reconstituted elements. |
![]() | TopLevelTransaction | Gets the top-level transaction. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


