Share via


EventHandlerGeneratedEventArgs Constructor

Initializes a new instance of the EventHandlerGeneratedEventArgs class.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    modelEvent As ModelEvent, _
    methodName As String _
)
public EventHandlerGeneratedEventArgs(
    ModelEvent modelEvent,
    string methodName
)
public:
EventHandlerGeneratedEventArgs(
    ModelEvent^ modelEvent, 
    String^ methodName
)
new : 
        modelEvent:ModelEvent * 
        methodName:string -> EventHandlerGeneratedEventArgs
public function EventHandlerGeneratedEventArgs(
    modelEvent : ModelEvent, 
    methodName : String
)

Parameters

  • methodName
    Type: System.String
    The event handler associated with modelEvent.

.NET Framework Security

See Also

Reference

EventHandlerGeneratedEventArgs Class

Microsoft.Windows.Design.Services Namespace