ReadOnlyObservableSet<T>.OnItemAdded(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when an element is added to the set.
protected:
virtual void OnItemAdded(T item);
protected:
virtual void OnItemAdded(T item);
virtual void OnItemAdded(T item);
protected virtual void OnItemAdded (T item);
abstract member OnItemAdded : 'T -> unit
override this.OnItemAdded : 'T -> unit
Protected Overridable Sub OnItemAdded (item As T)
Parameters
- item
- T
The element that was added to the set.