Class GridCellToolTipOpeningEventArgs
Provides data for the CellToolTipOpening event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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. |