Compartir a través de


JavaKnownControls.AddControlEvents Method

Adds the date time for the 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.AddControlEvents(controlName, eventName)

Syntax

'Declaration
Public Sub AddControlEvents ( _
    controlName As String, _
    eventName As String _
)
public void AddControlEvents (
    string controlName,
    string eventName
)
public:
void AddControlEvents (
    String^ controlName, 
    String^ eventName
)
public void AddControlEvents (
    String controlName, 
    String eventName
)
public function AddControlEvents (
    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.