Show / Hide Table of Contents

Delegate CoerceValueCallback

Event handler for dependency property coerce value event

Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate object CoerceValueCallback(DependencyObject d, object baseValue);
Parameters
Type Name Description
DependencyObject d

The d.

System.Object baseValue

The base value.

Returns
Type Description
System.Object
Back to top Generated by DocFX