MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.RaisePostDataChangedEvent Method

See Also
 





When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public void RaisePostDataChangedEvent ()

Visual Basic  Copy Code

Public Sub RaisePostDataChangedEvent ()

 See Also