net90_PropertyGridHelpers.Support_IDropDownEditorControl_ValueCommitted - dparvin/PropertyGridHelpers GitHub Wiki
Occurs when the user has completed editing and committed the value.
public event EventHandler ValueCommitted;
Implementations should raise this event to notify the hosting editor that the value has changed and the drop-down should be closed.
- interface IDropDownEditorControl
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers