DateTimeControl.OnDateChanged method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub OnDateChanged ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnDateChanged(e)
protected virtual void OnDateChanged(
EventArgs e
)
Parameters
- e
Type: System.EventArgs