Update README.md

This commit is contained in:
Florian Dahn
2020-11-23 13:51:25 +01:00
committed by GitHub
parent 95b4ff77c5
commit 567a9f937f
+4 -13
View File
@@ -159,19 +159,10 @@ public class StartForm : FormBase
} }
//Gets invoked if the form gets opened (with Form.NavigateTo(NewForm)) //Opened() got replaced with event handler
//Replace with event
// public override async Task Opened() //Closed() got replaced with event handler
// {
//
// }
//Gets invoked if the form gets leaved
//Replace with event
// public override async Task Closed()
// {
//
// }
//Gets invoked on every Message/Action/Data in this context //Gets invoked on every Message/Action/Data in this context
public override async Task Load(MessageResult message) public override async Task Load(MessageResult message)