ElementPropertyDescriptor.RemoveValueChanged, méthode
Ce membre substitue PropertyDescriptor.RemoveValueChanged(Object, EventHandler).
Espace de noms : Microsoft.VisualStudio.Modeling.Design
Assembly : Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntaxe
'Déclaration
Public Overrides Sub RemoveValueChanged ( _
component As Object, _
handler As EventHandler _
)
public override void RemoveValueChanged(
Object component,
EventHandler handler
)
Paramètres
- component
Type : System.Object
- handler
Type : System.EventHandler
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.