LoadResourcesCallback Delegate

Used when a resource for the specified key must be located.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Delegate Function LoadResourcesCallback As ResourceDictionary
public delegate ResourceDictionary LoadResourcesCallback()
public delegate ResourceDictionary^ LoadResourcesCallback()
type LoadResourcesCallback = 
    delegate of unit -> ResourceDictionary
JScript does not support delegates.

Return Value

Type: System.Windows.ResourceDictionary
A ResourceDictionary to be inserted into the default theme dictionary.

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace

AdornerResources

Other Resources

WPF Designer Extensibility