Class UpdateBookmarkTooltipEventArgs
Provides data for the UpdateBookmarkToolTip event of the EditControl control.
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 UpdateBookmarkTooltipEventArgs : UpdateTooltipEventArgs
Constructors
UpdateBookmarkTooltipEventArgs(Int32, IBookmark, UpdateTooltipEventArgs)
Initializes a new instance of UpdateBookmarkTooltipEventArgs class.
Declaration
public UpdateBookmarkTooltipEventArgs(int iLine, IBookmark bookmark, UpdateTooltipEventArgs tooltipInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | iLine | Index of bookmarked line. |
| IBookmark | bookmark | Bookmark. |
| UpdateTooltipEventArgs | tooltipInfo | UpdateTooltipEventArgs. |
Fields
Bookmark
Holds the bookmark value.
Declaration
public IBookmark Bookmark
Field Value
| Type |
|---|
| IBookmark |
Line
Holds the index value of bookmarked line.
Declaration
public int Line
Field Value
| Type |
|---|
| System.Int32 |