Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issues #28: #29

Merged
merged 1 commit into from
Mar 19, 2022
Merged

Issues #28: #29

merged 1 commit into from
Mar 19, 2022

Conversation

trannamtrung1st
Copy link
Owner

WARNING: the API used for registering event handlers has been changed, please see the corresponding pull request and release for more information.

From:

driver.[Event] += (...) => 
{
    ...
};

To

driver.[Event].Add((...) => 
{
    ...
});

**WARNING**: the API used for registering event handlers has been changed, please see the corresponding pull request and release for more information
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant