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