Show / Hide Table of Contents

Delegate ObservableDictionary<TKey, TValue>.BeforeAddItemEventHandler

Namespace: netDxf.Collections
Assembly: CADability.dll
Syntax
public delegate void BeforeAddItemEventHandler(ObservableDictionary<TKey, TValue> sender, ObservableDictionaryEventArgs<TKey, TValue> e);
Parameters
Type Name Description
ObservableDictionary<TKey, TValue> sender
ObservableDictionaryEventArgs<TKey, TValue> e
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX