WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentTipShownEventArgs - WindowsForms API Reference | Syncfusion CommentTipShown event. ">

    Show / Hide Table of Contents

    Class CommentTipShownEventArgs

    Provides data for the CommentTipShown event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCellEventArgs
    CommentTipShownEventArgs
    Inherited Members
    GridCellEventArgs.RowIndex
    GridCellEventArgs.ColIndex
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    CommentTipWindow

    Style

    Gets the GridStyleInfo of the comment tip cell.

    Declaration
    public GridStyleInfo Style { get; }
    Property Value
    Type Description
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved