MobilePage::RaisePostBackEvent Method (IPostBackEventHandler^, String^)
.NET Framework (current version)
Notifies the server control that caused the postback that it should handle an incoming postback event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
protected: virtual void RaisePostBackEvent( IPostBackEventHandler^ sourceControl, String^ eventArgument ) override
Parameters
- sourceControl
-
Type:
System.Web.UI::IPostBackEventHandler^
The ASP.NET server control that caused the postback. This control must implement the IPostBackEventHandler interface.
- eventArgument
-
Type:
System::String^
The postback argument.
This member overrides the Page::RaisePostBackEvent method to determine whether the control is a Form. In that case, the method attempts to locate and call the default event handler from the active mobile Web Form. Otherwise, the base method is called.
.NET Framework
Available since 1.1
Available since 1.1
Show: