AutomationEventArgsMapping.Event Property
Gets or sets the event details.
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 AutomationEvent
value = instance.Event
instance.Event = value
Syntax
'Declaration
Public Property Event As AutomationEvent
public AutomationEvent Event { get; set; }
public:
property AutomationEvent^ Event {
AutomationEvent^ get ();
void set (AutomationEvent^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public AutomationEvent get_Event ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Event (AutomationEvent value)
CompilerGeneratedAttribute
public function get Event () : AutomationEvent
CompilerGeneratedAttribute
public function set Event (value : AutomationEvent)
Property Value
Type: AutomationEvent.
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.