Publish Event (Customer Login)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi, I use nopcommerce 3.7.
I just confused about that the code "_eventPublisher.Publish(new CustomerLoggedinEvent(customer));" when a customer login successed.
Because i haven't found this code is used.Can someone explain this? Thank you!
8 years ago
Hi,

take a look: Exposing and Handling Events
8 years ago
Mariann wrote:


Yep,i already read this toturial article.
And this events are triggered on data changes like inserts, updates and deletes.where is this event for the others ,like customer login.
Thanks.
8 years ago
You can see others event like

1.Libraries==>Nop.Core==>Domain==>Messages==>Events.cs.
2.Libraries==>Nop.Core==>Domain==>Orders==>Events.cs.
3.Libraries==>Nop.Core==>Domain==>Shipping==>Events.cs.

There published from various controller and class.
8 years ago
sina.islam wrote:
You can see others event like

1.Libraries==>Nop.Core==>Domain==>Messages==>Events.cs.
2.Libraries==>Nop.Core==>Domain==>Orders==>Events.cs.
3.Libraries==>Nop.Core==>Domain==>Shipping==>Events.cs.

There published from various controller and class.


Thank you. Have a good day.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.