Extensions Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["Extensions"] class Type type-node

Syntax

public static class Extensions

Methods

Name Value Summary
BeginInvoke(DispatcherObject, Action, DispatcherPriority) void
Executes the specified action asynchronously with the DispatcherPriority.Background on the thread that the Dispatcher was created on.
static
BeginInvoke<T>(T, Action<T>, DispatcherPriority) void
static
ExecuteWhenLoaded(FrameworkElement, Action) void
Executes the specified action if the element is loaded or at the loaded event if it's not loaded.
static
Invoke(DispatcherObject, Action) void
static
Invoke<T>(DispatcherObject, Func<T>) T
static