C# Class PredictiveCodeSuggestions.Shell.DocumentEventHandler

Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
DocumentEventHandler ( DocumentManagerOperations ops ) : System

Initializes a new instance of the DocumentEventHandler class.

Private Methods

Méthode Description
AfterDocumentSaved ( object sender, DocumentSavedEventArgs e ) : void

Called after the document is saved.

Method Details

DocumentEventHandler() public méthode

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