ImageMap.IPostBackEventHandler.RaisePostBackEvent(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see RaisePostBackEvent(String).
virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent
- eventArgument
- String
The argument for the event.
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.
To define a custom implementation for raising the event for a ImageMap object, override the RaisePostBackEvent(String) member. The explicit interface implementation calls the RaisePostBackEvent(String) method to raise the event when posted data has changed for the control.
Produk | Versi |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET maklum balas
.NET ialah projek sumber terbuka. Pilih pautan untuk memberikan maklum balas: