AutomationEventArgsMapping(AutomationEvent, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.