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