OWSDateField.RaisePostDataChangedEvent Method
NOTE: This API is now obsolete.
Signals the server control to notify Microsoft Windows SharePoint Services that the state of the control has changed.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Sub RaisePostDataChangedEvent
'Usage
Dim instance As OWSDateField
instance.RaisePostDataChangedEvent()
[ObsoleteAttribute("This class has been deprecated.")]
public void RaisePostDataChangedEvent()
Implements
IPostBackDataHandler.RaisePostDataChangedEvent()