Share via


UIADataDrivenAdapter.GetApplicationEvents Method

Gets the list of application events propagated.

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

Usage

'Usage
Dim returnValue As ReadOnlyCollection(Of String)

returnValue = UIADataDrivenAdapter.GetApplicationEvents

Syntax

'Declaration
Public Shared Function GetApplicationEvents As ReadOnlyCollection(Of String)
public static ReadOnlyCollection<string> GetApplicationEvents ()
public:
static ReadOnlyCollection<String^>^ GetApplicationEvents ()
public static ReadOnlyCollection<String> GetApplicationEvents ()
public static function GetApplicationEvents () : ReadOnlyCollection<String>

Return Value

Type: List

Remarks

Intended for design-time use. Custom implementation not required for run-time operation.

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

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

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