net90_PropertyGridHelpers.Support_IDropDownEditorControl_ValueCommitted - dparvin/PropertyGridHelpers GitHub Wiki

IDropDownEditorControl.ValueCommitted event

Occurs when the user has completed editing and committed the value.

public event EventHandler ValueCommitted;

Remarks

Implementations should raise this event to notify the hosting editor that the value has changed and the drop-down should be closed.

See Also

⚠️ **GitHub.com Fallback** ⚠️