Delegate
AlternativeExpressionStorageCallback

Represents the method that will be an alternative expression storage callback.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate IExpression AlternativeExpressionStorageCallback(RadObject d, RadProperty dp, RadPropertyMetadata metadata)

Constructors

AlternativeExpressionStorageCallback(object, IntPtr)

Declaration

cs-api-definition
public AlternativeExpressionStorageCallback(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadObject, RadProperty, RadPropertyMetadata, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata, AsyncCallback callback, object @object)

Parameters

d

RadObject

dp

RadProperty

metadata

RadPropertyMetadata

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Returns

IExpression

Invoke(RadObject, RadProperty, RadPropertyMetadata)

Declaration

cs-api-definition
public virtual IExpression Invoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata)

Parameters

d

RadObject

dp

RadProperty

metadata

RadPropertyMetadata

Returns

IExpression