C# Class PredictiveCodeSuggestions.Shell.DocumentEventHandler

Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
DocumentEventHandler ( DocumentManagerOperations ops ) : System

Initializes a new instance of the DocumentEventHandler class.

Private Methods

Method Description
AfterDocumentSaved ( object sender, DocumentSavedEventArgs e ) : void

Called after the document is saved.

Method Details

DocumentEventHandler() public method

Initializes a new instance of the DocumentEventHandler class.
public DocumentEventHandler ( DocumentManagerOperations ops ) : System
ops DocumentManagerOperations The ops.
return System