MergeElementGroupEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for merge events
public ref class MergeElementGroupEventArgs : EventArgs
public class MergeElementGroupEventArgs : EventArgs
type MergeElementGroupEventArgs = class
inherit EventArgs
Public Class MergeElementGroupEventArgs
Inherits EventArgs
- Inheritance
-
MergeElementGroupEventArgs
Constructors
MergeElementGroupEventArgs(ModelElement, ElementGroupPrototype, ElementGroup) |
Initializes a new instance of the MergeEventArgs class. |
Properties
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. |