JavaKnownControls.IsControlEventListed Method
Checks whether the control event is a new entry.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As JavaKnownControls
Dim controlName As String
Dim eventName As String
Dim returnValue As Boolean
returnValue = instance.IsControlEventListed(controlName, eventName)
Syntax
'Declaration
Public Function IsControlEventListed ( _
controlName As String, _
eventName As String _
) As Boolean
public bool IsControlEventListed (
string controlName,
string eventName
)
public:
bool IsControlEventListed (
String^ controlName,
String^ eventName
)
public boolean IsControlEventListed (
String controlName,
String eventName
)
public function IsControlEventListed (
controlName : String,
eventName : String
) : boolean
Parameters
- controlName
Specifies the control name.
- eventName
Specifies the event name.
Return Value
Type: Boolean
True if the control event is a new entry, otherwise false.
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
JavaKnownControls Class
JavaKnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.