Callbacks

From Headbone Creative
Jump to: navigation, search

This file contains the callback definitions used with the Messenger system.

See this page for more information: Advanced C# Messenger

  public delegate void Callback();
  public delegate void Callback<T>(T arg1);
  public delegate void Callback<T, U>(T arg1, U arg2);
  public delegate void Callback<T, U, V>(T arg1, U arg2, V arg3);
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox