Method OnEdited
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.