Class GridCellToolTipOpeningEventArgs
Provides data for the CellToolTipOpening event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridCellToolTipOpeningEventArgs : CellToolTipOpeningEventArgs
Constructors
GridCellToolTipOpeningEventArgs(Object)
Initializes a new instance of GridCellToolTipOpeningEventArgs class.
Declaration
public GridCellToolTipOpeningEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |