Update README.md
This commit is contained in:
parent
95b4ff77c5
commit
567a9f937f
17
README.md
17
README.md
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user