Редагувати

StrokeCollectionChangedEventHandler Delegate

Definition

Represents the method that handles the StrokesChanged event of a StrokeCollection.

public delegate void StrokeCollectionChangedEventHandler(System::Object ^ sender, StrokeCollectionChangedEventArgs ^ e);
public delegate void StrokeCollectionChangedEventHandler(object sender, StrokeCollectionChangedEventArgs e);
type StrokeCollectionChangedEventHandler = delegate of obj * StrokeCollectionChangedEventArgs -> unit
Public Delegate Sub StrokeCollectionChangedEventHandler(sender As Object, e As StrokeCollectionChangedEventArgs)

Parameters

sender
Object

The source of the event.

Applies to