Delegate FilterMenuPopupOpeningEventHandler
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public delegate void FilterMenuPopupOpeningEventHandler(object sender, FilterMenuPopupOpeningEventArgs args);
Parameters
System.
|
Filter
|
Constructors
FilterMenuPopupOpeningEventHandler(Object, IntPtr)
Declaration
public FilterMenuPopupOpeningEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, FilterMenuPopupOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FilterMenuPopupOpeningEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Filter
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, FilterMenuPopupOpeningEventArgs)
Declaration
public virtual void Invoke(object sender, FilterMenuPopupOpeningEventArgs args)
Parameters
System.
|
Filter
|