When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void RaisePostDataChangedEvent()
Visual Basic
Public Sub RaisePostDataChangedEvent

Implements

IPostBackDataHandler..::..RaisePostDataChangedEvent()()()()

See Also