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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,19 +159,10 @@ public class StartForm : FormBase
}
//Gets invoked if the form gets opened (with Form.NavigateTo(NewForm))
//Replace with event
// public override async Task Opened()
// {
//
// }
//Gets invoked if the form gets leaved
//Replace with event
// public override async Task Closed()
// {
//
// }
//Opened() got replaced with event handler
//Closed() got replaced with event handler
//Gets invoked on every Message/Action/Data in this context
public override async Task Load(MessageResult message)