Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal response As String, _ ByVal responseType As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim response As String Dim responseType As String Dim instance As New ResponseEventArgs(response, responseType) |
C# | |
---|---|
public ResponseEventArgs( string response, string responseType ) |
C++/CLI | |
---|---|
public: ResponseEventArgs( String^ response, String^ responseType ) |
Parameters
- response
- responseType
The constructor initializes a new instance of ResponseEventArgs with a response string.
Target Platforms: Microsoft .NET Framework 2.0