Table of Contents

Method OnEdited

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnEdited(KeyValuePair<long, byte>)

Method used to invoke the Edited event passing the KeyValuePair<TKey, TValue>.

public virtual void OnEdited(KeyValuePair<long, byte> keyValuePair)

Parameters

keyValuePair KeyValuePair<long, byte>

The key value pair.