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.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to