Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the ControlChangedEventArgs class.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim eventTypeName As String
Dim controlName As String
Dim controlValue As String
Dim instance As New ControlChangedEventArgs(eventTypeName, controlName, controlValue)
Syntax
'Declaration
Public Sub New ( _
eventTypeName As String, _
controlName As String, _
controlValue As String _
)
public ControlChangedEventArgs (
string eventTypeName,
string controlName,
string controlValue
)
public:
ControlChangedEventArgs (
String^ eventTypeName,
String^ controlName,
String^ controlValue
)
public ControlChangedEventArgs (
String eventTypeName,
String controlName,
String controlValue
)
public function ControlChangedEventArgs (
eventTypeName : String,
controlName : String,
controlValue : String
)
Parameters
- eventTypeName
Specifies the event type name.
- controlName
Specifies the control name.
- controlValue
Specifies the control value.
Remarks
Platforms
See Also
Reference
ControlChangedEventArgs Class
ControlChangedEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.