GridView::ICallbackEventHandler::RaiseCallbackEvent Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates the arguments for the callback handler in the GetCallbackEventReference method.
Assembly: System.Web (in System.Web.dll)
private: virtual void RaiseCallbackEvent( String^ eventArgument ) sealed = ICallbackEventHandler::RaiseCallbackEvent
Parameters
- eventArgument
-
Type:
System::String^
The argument to pass to the event handler.
ICallbackEventHandler::RaiseCallbackEvent is a helper method that is used by the GridView control to create the arguments for the callback handler in the GetCallbackEventReference method.
.NET Framework
Available since 2.0
Available since 2.0
Show: