- Namespace
- MahApps
.Metro .Controls - Containing Type
- Extensions
Syntax
public static void BeginInvoke<T>(this T dispatcherObject, Action<T> invokeAction, DispatcherPriority priority = null)
where T : DispatcherObject
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| dispatcherObject | T | |
| invokeAction | Action |
|
| priority | DispatcherPriority |
Return Value
| Type | Description |
|---|---|
| void |
