Compartir a través de


AutomationEventArgsMapping.EventArgsType Property

Get or sets the event arguments type.

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

Usage

'Usage
Dim instance As AutomationEventArgsMapping
Dim value As Type

value = instance.EventArgsType

instance.EventArgsType = value

Syntax

'Declaration
Public Property EventArgsType As Type
public Type EventArgsType { get; set; }
public:
property Type^ EventArgsType {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Type get_EventArgsType ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_EventArgsType (Type value)
CompilerGeneratedAttribute 
public function get EventArgsType () : Type

CompilerGeneratedAttribute 
public function set EventArgsType (value : Type)

Property Value

Type: Type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.