Share via


RolePlayerOrderChangedEventManager.Remove Method (DomainRoleInfo, Guid, Delegate)

Remove an event handler that is notified whenever the order of elements that play a particular role in relationships with a particular source element changes.

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

Syntax

'Declaration
Public Sub Remove ( _
    counterpartDomainRole As DomainRoleInfo, _
    sourceElementId As Guid, _
    handler As Delegate _
)
public void Remove(
    DomainRoleInfo counterpartDomainRole,
    Guid sourceElementId,
    Delegate handler
)
public:
void Remove(
    DomainRoleInfo^ counterpartDomainRole, 
    Guid sourceElementId, 
    Delegate^ handler
)
member Remove : 
        counterpartDomainRole:DomainRoleInfo * 
        sourceElementId:Guid * 
        handler:Delegate -> unit
public function Remove(
    counterpartDomainRole : DomainRoleInfo, 
    sourceElementId : Guid, 
    handler : Delegate
)

Parameters

  • sourceElementId
    Type: System.Guid

    The ID of the parent element that orders the child counterparts.

Remarks

For example, remove an event handler that is called whenever the order of the columns of the Authors table is changed. In this example, the "counterpart domain role" is the child-column role, while the "source ModelElement" is the Authors table.

.NET Framework Security

See Also

Reference

RolePlayerOrderChangedEventManager Class

Remove Overload

Microsoft.VisualStudio.Modeling Namespace