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

Loading…
Cancel
Save