Update README.md
This commit is contained in:
@@ -160,16 +160,18 @@ public class StartForm : FormBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Gets invoked if the form gets opened (with Form.NavigateTo(NewForm))
|
//Gets invoked if the form gets opened (with Form.NavigateTo(NewForm))
|
||||||
public override async Task Opened()
|
//Replace with event
|
||||||
{
|
// public override async Task Opened()
|
||||||
|
// {
|
||||||
}
|
//
|
||||||
|
// }
|
||||||
|
|
||||||
//Gets invoked if the form gets leaved
|
//Gets invoked if the form gets leaved
|
||||||
public override async Task Closed()
|
//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)
|
||||||
|
|||||||
Reference in New Issue
Block a user