StrokeCollection::INotifyCollectionChanged::CollectionChanged Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the StrokeCollection changes.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

private:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
	virtual void add(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::add;
	virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::remove;
}

.NET Framework
Available since 3.0
Return to top
Show: