ControlChangedEventArgs(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.