InkPicture.BeginInvoke-Methode
Geschützte Member einschließen
Geerbte Member einschließen
.NET Framework-Member einschließen
.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen
Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]
Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Überladen-Liste
Name | Beschreibung | |
---|---|---|
BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Von Control geerbt.) | |
BeginInvoke(Delegate, array<Object[]) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Von Control geerbt.) |
Zum Seitenanfang