menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndicatorClickEventArgs - API Reference

    Show / Hide Table of Contents

    Class IndicatorClickEventArgs

    Provides data for the IndicatorMarginClick and IndicatorMarginDoubleClick events of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    IndicatorClickEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    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.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class IndicatorClickEventArgs : EventArgs

    Constructors

    IndicatorClickEventArgs(Int32, ICustomBookmark)

    Creates and initializes a new instance of the IndicatorClickEventArgs class.

    Declaration
    public IndicatorClickEventArgs(int lineIndex, ICustomBookmark bookmark)
    Parameters
    Type Name Description
    System.Int32 lineIndex

    Line index.

    ICustomBookmark bookmark

    Current custom bookmark on a line.

    Properties

    Bookmark

    Gets the clicked custom bookmark if available.

    Declaration
    public ICustomBookmark Bookmark { get; }
    Property Value
    Type Description
    ICustomBookmark

    LineIndex

    Gets the clicked line index.

    Declaration
    public int LineIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved