Delegate FilterMenuPopupOpenedEventHandler
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public delegate void FilterMenuPopupOpenedEventHandler(object sender, FilterMenuPopupOpenedEventArgs args);
Parameters
System.Object
sender
|
FilterMenuPopupOpenedEventArgs
args
|
Constructors
FilterMenuPopupOpenedEventHandler(Object, IntPtr)
Declaration
public FilterMenuPopupOpenedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, FilterMenuPopupOpenedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FilterMenuPopupOpenedEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
FilterMenuPopupOpenedEventArgs
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, FilterMenuPopupOpenedEventArgs)
Declaration
public virtual void Invoke(object sender, FilterMenuPopupOpenedEventArgs args)
Parameters
System.Object
sender
|
FilterMenuPopupOpenedEventArgs
args
|