Show / Hide Table of Contents

Delegate ValidateValueCallback

Represents a method used as a callback that validates the effective value of a DependencyProperty.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate bool ValidateValueCallback(object value);
Parameters
Type Name Description
System.Object value
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source