Maybe I'm missing something really obvious, but how can I retrieve the Member being added to the group during the Member.AfterAddGroup event?
AddGroupEventArgs only gives me the GroupId. I can't do anything without the Member in question. Member.GetCurrentMember() is uninstantiated, since it's the admin doing the operation and not the Member...
Member.AfterAddGroup event
Maybe I'm missing something really obvious, but how can I retrieve the Member being added to the group during the Member.AfterAddGroup event?
AddGroupEventArgs only gives me the GroupId. I can't do anything without the Member in question. Member.GetCurrentMember() is uninstantiated, since it's the admin doing the operation and not the Member...
Yes, it was really obvious - specify Member as the sender class...
is working on a reply...