OnPostChanges Method (DropDownCalendar)
In This Topic
Fires the PostChanges event.
Syntax
'Declaration
Protected Overrides Sub OnPostChanges( _
ByVal As EventArgs _
)
protected override void OnPostChanges(
EventArgs
)
Parameters
- e
- Contains arguments describing the event.
See Also