UltimateAjax Class Library

CallbackEventArgs Constructor 

Constructor used to pass in argument to process and output to render on the client.

[Visual Basic]
Public Sub New( _
   ByVal argument As String, _
   ByVal output As HtmlTextWriter _
)
[C#]
public CallbackEventArgs(
   string argument,
   HtmlTextWriter output
);

See Also

CallbackEventArgs Class | Karamasoft.WebControls.UltimateAjax Namespace