Class CodeSnippetEventArgs
Provides data for the code completion events.
public class CodeSnippetEventArgs : EventArgs
  - Inheritance
 - 
      
      
      CodeSnippetEventArgs
 
Constructors
- CodeSnippetEventArgs(ICodeSnippet, Point)
 Initializes
CodeCompletionArgswith default values.
Properties
- CodeSnippet
 Represents code snippet associated with this event.
- Position
 Represents position within the text wherer the code snippet is inserted.