TreeView.RaiseCallbackEvent Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Raises the callback event using the specified arguments.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void RaiseCallbackEvent ( String eventArgument )
protected function RaiseCallbackEvent ( eventArgument : String )
Not applicable.
Parameters
- eventArgument
A string that represents an optional event argument to pass to the event handler.
Return Value
The argument for the callback handler in the GetCallbackEventReference method.The RaiseCallbackEvent method is a helper method for the System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent method.
Community Additions
ADD
Show: