• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    NotifyState Enum

    Definition

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

    Represents the last changes to the text stored in the text source. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Syntax
    [Flags]
    public enum NotifyState

    Fields

    Name Description
    BlockChanged

    Block of text was changed and needs invalidating.

    BookMarkChanged

    Bookmark was set or removed.

    CenterLine

    TextEditor should center current line if it's not in view.

    CountChanged

    Amount of lines in the text was changed.

    Edit

    Text was edited.

    FirstSearchChanged

    TextEditor.FirstSearch property was changed.

    GotoBookMark

    Position of the text was changed due to moving to the bookmark.

    IncrementalSearchChanged

    Incremental search state was changed.

    Modified

    Modified state was changed.

    ModifiedChanged

    Modified state was changed.

    None

    Specifies that no flags are in effect.

    Outline

    Outline section was collapsed or expanded.

    OverWriteChanged

    Overwrite mode was changed.

    PageOptionsChanged

    Page options was changed.

    PositionChanged

    Current position in the text was changed.

    ReadOnlyChanged

    ReadOnly state was changed.

    ScrollingOptionsChanged

    Scrolling options was changed.

    ScrollingOriginChanged

    Window was scrolled.

    SearcRectChanged

    Rectangle that holds last found text was changed.

    SelectBlock

    Block of text was selected or unselected.

    SelectedTextChanged

    Selected text was changed.

    SelectionChanged

    Selection options was changed.

    SelectionOptionsChanged

    Selection options was changed.

    SmartFormat

    Selection was formatted.

    StringsChanged

    Strings was changed programmatically.

    SyntaxChanged

    Syntax scheme or Lexer was changed.

    TextLineChanged

    Text was modified and changed.

    TextParsed

    Text was completely parsed.

    Undo

    Undo operation was performed.

    WordWrap

    Lines were wrapped.

    In This Article
    Back to top Copyright AlterNET Software Download PDF