Editja

StrokeCollectionChangedEventArgs Class

Definition

Provides data for the StrokesChanged event.

public ref class StrokeCollectionChangedEventArgs : EventArgs
public class StrokeCollectionChangedEventArgs : EventArgs
type StrokeCollectionChangedEventArgs = class
    inherit EventArgs
Public Class StrokeCollectionChangedEventArgs
Inherits EventArgs
Inheritance
StrokeCollectionChangedEventArgs

Remarks

The StrokesChanged event occurs whenever a Stroke is added or removed from a StrokeCollection.

Constructors

Name Description
StrokeCollectionChangedEventArgs(StrokeCollection, StrokeCollection)

Initializes a new instance of the StrokeCollectionChangedEventArgs class.

Properties

Name Description
Added

Gets the strokes that have been added to the StrokeCollection.

Removed

Gets the strokes that have been removed from the StrokeCollection.

Applies to