HtmlInputGenericControl::IPostBackDataHandler::RaisePostDataChangedEvent Method ()

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a derived class, invokes the OnServerChange method when the posted data for the HTML5 input element has changed.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual void RaisePostDataChangedEvent() sealed = IPostBackDataHandler::RaisePostDataChangedEvent

This member is an explicit interface member implementation. It can be used only when the HtmlInputGenericControl instance is cast to an IPostBackDataHandler interface.

.NET Framework
Available since 4.5
Return to top
Show: