Partager via


ControlChangedEventArgs(String, String, String) Constructor

Definition

Initializes an instance of the ControlChangedEventArgs class.

public:
 ControlChangedEventArgs(System::String ^ eventTypeName, System::String ^ controlName, System::String ^ controlValue);
public ControlChangedEventArgs (string eventTypeName, string controlName, string controlValue);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.ControlChangedEventArgs : string * string * string -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.ControlChangedEventArgs
Public Sub New (eventTypeName As String, controlName As String, controlValue As String)

Parameters

eventTypeName
String

Specifies the event type name.

controlName
String

Specifies the control name.

controlValue
String

Specifies the control value.

Applies to