System.Web.UI.HtmlControls.HtmlInputFile.RaisePostDataChangedEvent Method

Notifies the System.Web.UI.HtmlControls.HtmlInputFile control that the state of the control has changed.

Syntax

protected virtual void RaisePostDataChangedEvent ()

Remarks

The System.Web.UI.HtmlControls.HtmlInputFile control implements the System.Web.UI.IPostBackDataHandler interface, which has two methods: System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection) and System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. The System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent method does not participate in the processing of the System.Web.UI.HtmlControls.HtmlInputFile control and is included to complete the interface implementation.

The HtmlInputFile.RaisePostDataChangedEvent method is used primarily by control developers to extend the functionality of the System.Web.UI.HtmlControls.HtmlInputFile control.

Requirements

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