Delegate
CoerceValueCallback

Gets or sets a reference to a CoerceValueCallback implementation specified in this metadata.

Definition

Namespace:Telerik.UI.Xaml

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public delegate object CoerceValueCallback(DependencyObject element, object baseValue)

Constructors

CoerceValueCallback(object, nint)

Declaration

cs-api-definition
public CoerceValueCallback(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(DependencyObject, object, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(DependencyObject element, object baseValue, AsyncCallback callback, object @object)

Parameters

element

DependencyObject

baseValue

object

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual object EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Returns

object

Invoke(DependencyObject, object)

Declaration

cs-api-definition
public virtual object Invoke(DependencyObject element, object baseValue)

Parameters

element

DependencyObject

baseValue

object

Returns

object