IPageAdapter::HandlePagePostBackEvent Method (String^, String^)

 

Returns true if it handles the exception. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

bool HandlePagePostBackEvent(
	String^ eventSource,
	String^ eventArgument
)

Parameters

eventSource
Type: System::String^

Source identifier for the event.

eventArgument
Type: System::String^

Name of the event.

Return Value

Type: System::Boolean

true if the page adapter handles the exception; otherwise, false.

Called during postback. Allows a page adapter to handle a postback event by itself.

.NET Framework
Available since 1.1
Return to top
Show: