C# Class WhereAmI2015.WhereAmITextViewCreationListener

Inheritance: IWpfTextViewCreationListener
Datei anzeigen Open project: tanathos/WhereAmI2015

Private Properties

Property Type Description

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a WhereAmI manager when a textView is created.

Method Details

TextViewCreated() public method

Instantiates a WhereAmI manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
return void