ReadOnlyObservableSet<T>.OnItemRemoved(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 removed from the set.
protected:
virtual void OnItemRemoved(T item);
protected:
virtual void OnItemRemoved(T item);
virtual void OnItemRemoved(T item);
protected virtual void OnItemRemoved (T item);
abstract member OnItemRemoved : 'T -> unit
override this.OnItemRemoved : 'T -> unit
Protected Overridable Sub OnItemRemoved (item As T)
Parameters
- item
- T
The element that was removed from the set.