EventBindingService.OnEventHandlerGenerated Method
Raises the EventHandlerGenerated event.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
)
Parameters
- modelEvent
Type: Microsoft.Windows.Design.Model.ModelEvent
The ModelEvent instance that was associated with methodName.
- methodName
Type: System.String
The method handler that was associated with the modelEvent.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace
EventHandlerGeneratedEventArgs