Class IndicatorClickEventArgs
Provides data for the IndicatorMarginClick and IndicatorMarginDoubleClick events of the EditControl control.
Inheritance
System.Object
IndicatorClickEventArgs
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 |
|---|
| ICustomBookmark |
LineIndex
Gets the clicked line index.
Declaration
public int LineIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |