Click or drag to resize

ExtensionsParameterPassingAddHookParameterPassing Method

Adds a message hook to the window that handles the parameter passing callback.

Namespace:  Cauldron
Assembly:  Cauldron.Win32.WPF.ParameterPassing (in Cauldron.Win32.WPF.ParameterPassing.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void AddHookParameterPassing(
	this Window window
)

Parameters

window
Type: System.WindowsWindow
The window to add the hook to

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Window. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also