Delegate RevealView.DateFilterItemsRequestedCallback

Callback used to return the list of options to show for a date filter (for both dashboard and visualization filters).

Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public delegate void DateFilterItemsRequestedCallback(CPList dateFilters);
Parameters
Type Name Description
Infragistics.CPList dateFilters

The list of options to show for the date filter

Constructors

DateFilterItemsRequestedCallback(Object, IntPtr)

Declaration
public DateFilterItemsRequestedCallback(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(CPList, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(CPList dateFilters, AsyncCallback callback, object object)
Parameters
Type Name Description
Infragistics.CPList dateFilters
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(CPList)

Declaration
public virtual void Invoke(CPList dateFilters)
Parameters
Type Name Description
Infragistics.CPList dateFilters

See Also