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