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
Methods
C#
public virtual IAsyncResult BeginInvoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata, AsyncCallback callback, object @object)
C#
public virtual IExpression Invoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata)