EventBindingService.OnEventHandlerGenerated (Método)
Provoca el evento EventHandlerGenerated.
Espacio de nombres: Microsoft.Windows.Design.Services
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
)
Parámetros
- modelEvent
Tipo: Microsoft.Windows.Design.Model.ModelEvent
Instancia de ModelEvent asociada a methodName.
- methodName
Tipo: System.String
Controlador de métodos asociado a modelEvent.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Services (Espacio de nombres)
EventHandlerGeneratedEventArgs