WebDataDrivenAdapter.GetAvailableControlEvents Method
Gets the list of control events propagated. Intended for design-time use. Custom implementation not required for run-time operation.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As WebDataDrivenAdapter
Dim returnValue As ReadOnlyCollection(Of String)
returnValue = instance.GetAvailableControlEvents
Syntax
'Declaration
Public Overrides Function GetAvailableControlEvents As ReadOnlyCollection(Of String)
public override ReadOnlyCollection<string> GetAvailableControlEvents ()
public:
virtual ReadOnlyCollection<String^>^ GetAvailableControlEvents () override
public ReadOnlyCollection<String> GetAvailableControlEvents ()
public override function GetAvailableControlEvents () : ReadOnlyCollection<String>
Return Value
Type: List
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
WebDataDrivenAdapter Class
WebDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.