Sdílet prostřednictvím


ElementPropertyChangedEventManager.Remove – metoda (DomainClassInfo, DomainPropertyInfo, Delegate)

Odebere obslužné rutiny události, která je oznámena pokaždé, když je změněna hodnota libovolné instance vlastností určité domény.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Deklarace
Public Sub Remove ( _
    domainClass As DomainClassInfo, _
    domainProperty As DomainPropertyInfo, _
    handler As Delegate _
)
public void Remove(
    DomainClassInfo domainClass,
    DomainPropertyInfo domainProperty,
    Delegate handler
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ElementPropertyChangedEventManager Třída

Remove – přetížení

Microsoft.VisualStudio.Modeling – obor názvů