Skip to content

net90_PropertyGridHelpers.Support_IDropDownEditorControl_ValueCommitted

dparvin edited this page Jul 5, 2025 · 11 revisions

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

Clone this wiki locally