Update 'Documentation/Documentation.md'
continuous-integration/drone/push Build is passing Details

master
Lilian BRETON 2 years ago
parent 40c608dae1
commit 6ff6ddcb19

@ -45,7 +45,7 @@ This method is the constructor of the component. It initializes the variables fo
### private async void OnActionsCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e)
#### Parameters:
- sender is the sender of the event
- e is the event
- e is a class of event arguments
#### Summary:
This method is called when our collection 'Actions' is changed.
It will call the Js script, and if needed, the dataService.
@ -58,7 +58,7 @@ It will call the Js script, and if needed, the dataService.
### private async Task OnReadData(DataGridReadDataEventArgs<Item> e)
#### Parameters:
- e is the event
- e is a class of event arguments
#### Summary:
This method will initialize a lot of variables used for the list.
<br/>

Loading…
Cancel
Save