Share via


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

  • methodName
    Type: System.String
    The method handler that was associated with the modelEvent.

.NET Framework Security

See Also

Reference

EventBindingService Class

Microsoft.Windows.Design.Services Namespace

EventHandlerGenerated

EventHandlerGeneratedEventArgs

Other Resources

WPF Designer Extensibility Architecture