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

    Show / Hide Table of Contents

    CodeRefactorEventArgs Class

    Definition

    Namespace: Alternet.Syntax
    Assembly: Alternet.Syntax.v9.dll

    Provides data of the code fixes to be highlighted.

    Inheritance
    System.Object
    System.EventArgs
    CodeRefactorEventArgs
    Syntax
    public class CodeRefactorEventArgs : EventArgs

    Constructors

    CodeRefactorEventArgs(Point, IList<ICodeRefactor>)

    Initializes HighlightCodeFixesEventArgs with specified arguments.

    CodeRefactorEventArgs(Point, Point, IList<ICodeRefactor>)

    Initializes HighlightCodeFixesEventArgs with specified arguments.

    Properties

    CodeRefactors
    EndPosition

    Specifies end position of the code to be refactored.

    Position

    Specifies position of the code to be refactored.

    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    In This Article
    Back to top Copyright AlterNET Software Download PDF