Delegate FilterViewCategoryCreatedEventHandler
The event handler for the Category
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void FilterViewCategoryCreatedEventHandler(object sender, FilterViewCategoryCreatedEventArgs e);
Parameters
System. The sender. |
Filter The event arguments. |
Constructors
FilterViewCategoryCreatedEventHandler(Object, IntPtr)
Declaration
public FilterViewCategoryCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, FilterViewCategoryCreatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FilterViewCategoryCreatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Filter
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, FilterViewCategoryCreatedEventArgs)
Declaration
public virtual void Invoke(object sender, FilterViewCategoryCreatedEventArgs e)
Parameters
System.
|
Filter
|