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