Share via


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
'Usage
Dim instance As New LoadResourcesCallback(AddressOf HandlerMethod)
public delegate ResourceDictionary LoadResourcesCallback()
public delegate ResourceDictionary^ LoadResourcesCallback()
JScript does not support delegates.

Return Value

Type: System.Windows.ResourceDictionary

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace

AdornerResources

Other Resources

WPF Designer Extensibility