RadioButtonList.IPostBackDataHandler.RaisePostDataChangedEvent Method ()
This API supports the product infrastructure and is not intended to be used directly from your code.
Raised when posted data for a control has changed.
Assembly: System.Web (in System.Web.dll)
private abstract RaisePostDataChangedEvent : unit -> unit private override RaisePostDataChangedEvent : unit -> unit
Typically, you should use the RadioButtonList.RaisePostDataChangedEvent method to raise an event when the posted data for a RadioButtonList control changes.
The IPostBackDataHandler.RaisePostDataChangedEvent method is an explicit interface member implementation. It can be used only when the RadioButtonList instance is cast to an IPostBackDataHandler interface.
Notes to Implementers:
To define a custom implementation for raising the event for a RadioButtonList control, override the RadioButtonList.RaisePostDataChangedEvent method. The explicit interface implementation calls the RadioButtonList.RaisePostDataChangedEvent method to raise the event when posted data has changed for the control.
Available since 1.1