JavaKnownControls.UnregisterControlEvent Method

Unregisters the registered control event.

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

instance.UnregisterControlEvent(controlName, eventName)

Syntax

'Declaration
Public Sub UnregisterControlEvent ( _
    controlName As String, _
    eventName As String _
)
public void UnregisterControlEvent (
    string controlName,
    string eventName
)
public:
void UnregisterControlEvent (
    String^ controlName, 
    String^ eventName
)
public void UnregisterControlEvent (
    String controlName, 
    String eventName
)
public function UnregisterControlEvent (
    controlName : String, 
    eventName : String
)

Parameters

  • controlName
    Specifies the control name.
  • eventName
    Specifies the event name.

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.