HtmlPageAdapter.HandlePagePostBackEvent Method (String, String)
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract HandlePagePostBackEvent : eventSource:string * eventArgument:string -> bool override HandlePagePostBackEvent : eventSource:string * eventArgument:string -> bool
Parameters
- eventSource
-
Type:
System.String
Source identifier for the event.
- eventArgument
-
Type:
System.String
Name of the event.
Called during postback. Allows a page adapter to handle a postback event by itself.
Both the HandlePagePostBackEvent and HandlePagePostBackEvent methods return false.
.NET Framework
Available since 1.1
Available since 1.1
Show: