EventBindingService.OnEventHandlerGenerated, méthode
Déclenche l'événement EventHandlerGenerated.
Espace de noms : Microsoft.Windows.Design.Services
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnEventHandlerGenerated ( _
modelEvent As ModelEvent, _
methodName As String _
)
protected virtual void OnEventHandlerGenerated(
ModelEvent modelEvent,
string methodName
)
protected:
virtual void OnEventHandlerGenerated(
ModelEvent^ modelEvent,
String^ methodName
)
abstract OnEventHandlerGenerated :
modelEvent:ModelEvent *
methodName:string -> unit
override OnEventHandlerGenerated :
modelEvent:ModelEvent *
methodName:string -> unit
protected function OnEventHandlerGenerated(
modelEvent : ModelEvent,
methodName : String
)
Paramètres
- modelEvent
Type : Microsoft.Windows.Design.Model.ModelEvent
Instance ModelEvent associée à methodName.
- methodName
Type : System.String
Gestionnaire de méthodes associé au modelEvent.
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.
Voir aussi
Référence
Microsoft.Windows.Design.Services, espace de noms
EventHandlerGeneratedEventArgs