Udostępnij za pośrednictwem


AutomationEventArgsMapping Constructor

Initializes a new instance of the AutomationEventArgsMapping class.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim aEvent As AutomationEvent
Dim argsType As Type

Dim instance As New AutomationEventArgsMapping(aEvent, argsType)

Syntax

'Declaration
Public Sub New ( _
    aEvent As AutomationEvent, _
    argsType As Type _
)
public AutomationEventArgsMapping (
    AutomationEvent aEvent,
    Type argsType
)
public:
AutomationEventArgsMapping (
    AutomationEvent^ aEvent, 
    Type^ argsType
)
public AutomationEventArgsMapping (
    AutomationEvent aEvent, 
    Type argsType
)
public function AutomationEventArgsMapping (
    aEvent : AutomationEvent, 
    argsType : Type
)

Parameters

  • aEvent
    Specifies the automation event.
  • argsType
    Specifies the arguments type.

Remarks

Platforms

See Also

Reference

AutomationEventArgsMapping Class
AutomationEventArgsMapping Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.