Método EventBindingService.OnEventHandlerGenerated
Raises the EventHandlerGenerated event.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
O ModelEvent instância que foi associada a methodName.
- methodName
Tipo: System.String
O manipulador do método que foi associado a modelEvent.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Services
EventHandlerGeneratedEventArgs