Class CommentTipShownEventArgs
Provides data for the CommentTipShown event.
Inheritance
System.Object
System.EventArgs
CommentTipShownEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class CommentTipShownEventArgs : GridCellEventArgs
Remarks
CommentTipShownEventArgs is a custom event argument class used by the CommentTipShown event to restrict or customize the appearance of the CommentWindow.
Constructors
CommentTipShownEventArgs(CommentTipWindow, GridStyleInfo, Int32, Int32)
Initializes the new instances for the properties of CommentTipShownEventArgs class.
Declaration
public CommentTipShownEventArgs(CommentTipWindow commentTipWindow, GridStyleInfo style, int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
CommentTipWindow | commentTipWindow | The GridCommentWindow that displays the comment text. |
GridStyleInfo | style | The GridStyleInfo of the CommentInfo 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 the comment tip window.
Declaration
public CommentTipWindow CommentTipWindow { get; }
Property Value
Type |
---|
CommentTipWindow |
Style
Gets the GridStyleInfo of the comment tip cell.
Declaration
public GridStyleInfo Style { get; }
Property Value
Type |
---|
GridStyleInfo |