UltimateAjax Class Library

UltimateAjax.CallbackEventHandler Delegate

Declares the Callback event handler delegate.

[Visual Basic]
Public Delegate Sub UltimateAjax.CallbackEventHandler( _
   ByVal sender As Object, _
   ByVal e As CallbackEventArgs _
)
[C#]
public delegate void UltimateAjax.CallbackEventHandler(
   object sender,
   CallbackEventArgs e
);

Requirements

Namespace: Karamasoft.WebControls.UltimateAjax

Assembly: UltimateAjax (in UltimateAjax.dll)

See Also

Karamasoft.WebControls.UltimateAjax Namespace