Share via


AutomationEventArgsMapping(AutomationEvent, Type) Constructor

Definition

Initializes a new instance of the AutomationEventArgsMapping class.

public:
 AutomationEventArgsMapping(System::Windows::Automation::AutomationEvent ^ aEvent, Type ^ argsType);
public AutomationEventArgsMapping (System.Windows.Automation.AutomationEvent aEvent, Type argsType);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AutomationEventArgsMapping : System.Windows.Automation.AutomationEvent * Type -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AutomationEventArgsMapping
Public Sub New (aEvent As AutomationEvent, argsType As Type)

Parameters

aEvent
AutomationEvent

Specifies the automation event.

argsType
Type

Specifies the arguments type.

Applies to