Click or drag to resize

PdfWebControlLiteRaiseCallbackEvent Method

Processes a callback event that targets a control.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public void RaiseCallbackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString
A string that represents an event argument to pass to the event handler.

Implements

ICallbackEventHandlerRaiseCallbackEvent(String)
See Also