CellTooltipOpeningEventHandler Class
Represents a method that will handle the cell Tooltip opening event.
Inheritance
System.Object
CellTooltipOpeningEventHandler
Assembly: Syncfusion.Spreadsheet.Windows.dll
public sealed class CellTooltipOpeningEventHandler : MulticastDelegate
Constructors
Declaration
public CellTooltipOpeningEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellTooltipOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CellTooltipOpeningEventArgs e)
Parameters