DelegateCoerceValueCallback
Delegate
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
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
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual object EndInvoke(IAsyncResult result)
Parameters
result
Returns