xamarin / mac-samples

Sample programs showing how to use Xamarin.Mac on OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hook into events/behaviors/lifecycle in the SourceWriter Sample.

sirfarmalot opened this issue · comments

Thank you for this repository of work.

I would like to upon save, save that text string into the cloud.

Is there anyway to hook into the save method?

Thanks

Hi @sirfarmalot, glad this repository is helpful for you.

Take a look at the SaveDocument method in EditorWindowController.cs. This method is called when the document is saved.