RaisePostDataChangedEvent Method
In This Topic
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
Syntax
'Declaration
Public Sub RaisePostDataChangedEvent()
public void RaisePostDataChangedEvent()
See Also