StrokeCollection::OnStrokesChanged Method (StrokeCollectionChangedEventArgs^)
Raises the StrokesChanged event.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- e
-
Type:
System.Windows.Ink::StrokeCollectionChangedEventArgs^
A StrokeCollectionChangedEventArgs that contains the event data.
Raising an event invokes the event handler through a delegate.
The OnStrokesChanged method also allows derived classes to handle the event without attaching a delegate, which is the preferred technique for handling the event in a derived class.
Notes to Inheritors:
When overriding OnStrokesChanged in a derived class, be sure to call the OnStrokesChanged method for the base class so that registered delegates receive the event.
Available since 3.0