ElementOperations.OnMerged Method
Called by MergeElementGroupPrototype immediately before the local transaction is committed. The rules are queued during the local transaction and fired when the transaction commits. The local transaction wraps reconstituting and connecting elements.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected Overridable Sub OnMerged ( _
e As MergeElementGroupEventArgs _
)
protected virtual void OnMerged(
MergeElementGroupEventArgs e
)
protected:
virtual void OnMerged(
MergeElementGroupEventArgs^ e
)
abstract OnMerged :
e:MergeElementGroupEventArgs -> unit
override OnMerged :
e:MergeElementGroupEventArgs -> unit
protected function OnMerged(
e : MergeElementGroupEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgsA MergeElementGroupEventArgs that contains event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.