PowerWEB LiveControls for ASP.NET
ResponseEventArgs Constructor(String,String)
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ResponseEventArgs Class > ResponseEventArgs Constructor : ResponseEventArgs Constructor(String,String)



response
responseType
Initializes a new instance of ResponseEventArgs.

Syntax

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

Remarks

The constructor initializes a new instance of ResponseEventArgs with a response string.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.