StrokeCollectionChangedEventArgs Constructor (StrokeCollection^, StrokeCollection^)
.NET Framework (current version)
Initializes a new instance of the StrokeCollectionChangedEventArgs class.
Assembly: PresentationCore (in PresentationCore.dll)
public:
StrokeCollectionChangedEventArgs(
StrokeCollection^ added,
StrokeCollection^ removed
)
Parameters
- added
-
Type:
System.Windows.Ink::StrokeCollection^
A StrokeCollection that contains the added strokes.
- removed
-
Type:
System.Windows.Ink::StrokeCollection^
A StrokeCollection that contains the removed strokes.
.NET Framework
Available since 3.0
Available since 3.0
Show: