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.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)
System.Object.ToString()
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 |