Class GridCellToolTipOpeningEventArgs
Provides data for the CellToolTipOpening event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridCellToolTipOpeningEventArgs : CellToolTipOpeningEventArgsConstructors
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. |