Table of Contents

Class UserMarginTextEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Provides data for the GetUserMarginText handler.

public class UserMarginTextEventArgs : EventArgs
Inheritance
UserMarginTextEventArgs

Constructors

UserMarginTextEventArgs(string, int)

Initializes a new instance of the UserMarginTextEventArgs class with specified parameters.

Properties

Handled

Gets or sets a boolean value indicating whether event is handled.

Line

Gets a line index for which information is to be displayed on the UserMargin.

Text

Gets or sets usermargin text.