StrokeCollectionChangedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A StrokeCollectionChangedEventArgs that contains the event data.
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.