Delegate AlternativeExpressionStorageCallback
Represents the method that will be an alternative expression storage callback.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate IExpression AlternativeExpressionStorageCallback(RadObject d, RadProperty dp, RadPropertyMetadata metadata);
Parameters
RadObject
d
|
RadProperty
dp
|
RadPropertyMetadata
metadata
|
Returns
IExpression
|
Constructors
AlternativeExpressionStorageCallback(Object, IntPtr)
Declaration
public AlternativeExpressionStorageCallback(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadObject, RadProperty, RadPropertyMetadata, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata, AsyncCallback callback, object object)
Parameters
RadObject
d
|
RadProperty
dp
|
RadPropertyMetadata
metadata
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual IExpression EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
IExpression
|
Invoke(RadObject, RadProperty, RadPropertyMetadata)
Declaration
public virtual IExpression Invoke(RadObject d, RadProperty dp, RadPropertyMetadata metadata)
Parameters
RadObject
d
|
RadProperty
dp
|
RadPropertyMetadata
metadata
|
Returns
IExpression
|