Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SaveChanges(bool)

  • Declared in: RT.Lingo.TranslationForm<TTranslation>
  • Implements: ITranslationDialog.SaveChanges(bool)

Declaration

public void SaveChanges(
    bool fireTranslationChanged
)

Summary

Saves the changes to the translation currently being edited.

Parameters

boolfireTranslationChangedIf true, the TranslationForm<TTranslation>.TranslationChanged event is fired if any changes were made. If false, the event is not fired.