NotifyPropertyChangedDispatcherObject.ReceiveWeakEvent, méthode
Espace de noms : Microsoft.TeamFoundation.MVVM
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Protected Overridable Function ReceiveWeakEvent ( _
managerType As Type, _
sender As Object, _
e As EventArgs _
) As Boolean
protected virtual bool ReceiveWeakEvent(
Type managerType,
Object sender,
EventArgs e
)
Paramètres
- managerType
Type : System.Type
- sender
Type : System.Object
- e
Type : System.EventArgs
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.