INotifyCollectionChanged.CollectionChanged implementation.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event NotifyCollectionChangedEventHandler CollectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event CollectionChanged As NotifyCollectionChangedEventHandler |
See Also