Class ValidateValueCallback
Callback that validates the new value for the dependency property.
Inheritance
System.Object
ValidateValueCallback
Namespace: Telerik.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ValidateValueCallback : MulticastDelegate
Constructors
ValidateValueCallback(Object, IntPtr)
Declaration
public ValidateValueCallback(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object value, AsyncCallback callback, object object)
Parameters
System.Object
value
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Boolean
|
Invoke(Object)
Declaration
public virtual bool Invoke(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|