Class QueryCustomGutterItemEventArgs
Provides data for the QueryCustomGutterItem
handler.
public class QueryCustomGutterItemEventArgs : EventArgs
- Inheritance
-
QueryCustomGutterItemEventArgs
Constructors
- QueryCustomGutterItemEventArgs(int)
Initializes a new instance of the
QueryCustomGutterItemEventArgs
class with specified parameters.
Properties
- ItemRequired
Gets or sets a value indicating whether custom gutter item is required at the line determined by the
LineIndex
property.
- LineIndex
Gets the line index where custom gutter item should be located.