Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damion 96 posts 331 karma points
    Mar 18, 2020 @ 10:34
    Damion
    0

    Component to hook into MemberGroupDisplay

    Hi,

    has anyone used a component to hook into MemberGroupDisplay? I can easily use the following for MemberDisplay but I'm unsure what the 1st line below should be for MemberGroupDisplay, can anyone punt me in the right direction?

    EditorModelEventManager.SendingMemberModel += EditorModelEventManager_SendingMemberModel;
    private void EditorModelEventManager_SendingMemberModel(System.Web.Http.Filters.HttpActionExecutedContext sender, EditorModelEventArgs<Umbraco.Web.Models.ContentEditing.MemberDisplay> e)
     {
          //do my thing
    }
    
Please Sign in or register to post replies

Write your reply to:

Draft