ImageMap::IPostBackEventHandler::RaisePostBackEvent Method
For a description of this member, see RaisePostBackEvent.
Assembly: System.Web (in System.Web.dll)
private: virtual void RaisePostBackEvent( String^ eventArgument ) sealed = IPostBackEventHandler::RaisePostBackEvent
Parameters
- eventArgument
- Type: System::String
The argument for the event.
Implements
IPostBackEventHandler::RaisePostBackEvent(String)Typically, you should use the ImageMap::RaisePostBackEvent method to raise an event for the ImageMap control when a form is posted back to the server.
The IPostBackEventHandler::RaisePostBackEvent(String) method is an explicit interface member implementation. It can be used only when the ImageMap instance is cast to an IPostBackEventHandler interface.
Notes to InheritorsTo define a custom implementation for raising the event for a ImageMap object, override the ImageMap::RaisePostBackEvent member. The explicit interface implementation calls the ImageMap::RaisePostBackEvent method to raise the event when posted data has changed for the control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.