New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public delegate IExpression AlternativeExpressionStorageCallback(RadObject d, RadProperty dp, RadPropertyMetadata metadata)

Constructors

C#
public AlternativeExpressionStorageCallback(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata, AsyncCallback callback, object @object)
Parameters:dRadObjectdpRadPropertymetadataRadPropertyMetadatacallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual IExpression EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

IExpression

C#
public virtual IExpression Invoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata)
Parameters:dRadObjectdpRadPropertymetadataRadPropertyMetadataReturns:

IExpression