Show / Hide Table of Contents

Delegate ObservableCollection<T>.BeforeRemoveItemEventHandler

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