Class CommentTipShowingEventArgs
Provides data for the CommentTipShowing event.
Inheritance
System.Object
CommentTipShowingEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class CommentTipShowingEventArgs : GridCellCancelEventArgs
Remarks
CommentTipShowingEventArgs is a custom event argument class used by the CommentTipShowing event to restrict or customize the appearance of the comment tip window.
Constructors
CommentTipShowingEventArgs(CommentTipWindow, GridStyleInfo, Int32, Int32)
Initializes the new instances for the CommentTipShowingEventArgs class.
Declaration
public CommentTipShowingEventArgs(CommentTipWindow commentTipWindow, GridStyleInfo style, int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
CommentTipWindow | commentTipWindow | The CommentTipWindow that displays the comment text. |
GridStyleInfo | style | The GridStyleInfo of the cell. |
System.Int32 | rowIndex | The row index of the comment tip cell. |
System.Int32 | colIndex | The column index of the comment tip cell. |
Properties
CommentTipWindow
Gets or sets the comment tip window.
Declaration
public CommentTipWindow CommentTipWindow { get; set; }
Property Value
Type |
---|
CommentTipWindow |
Style
Gets the GridStyleInfo of the comment tip cell.
Declaration
public GridStyleInfo Style { get; }
Property Value
Type |
---|
GridStyleInfo |