xn.UserGenerator.InternalNewUser C# (CSharp) Method

InternalNewUser() private method

private InternalNewUser ( IntPtr hNode, UInt32 id, IntPtr pCookie ) : void
hNode System.IntPtr
id System.UInt32
pCookie System.IntPtr
return void
        private void InternalNewUser(IntPtr hNode, UserID id, IntPtr pCookie)
        {
            if (this.newUserEvent != null)
                this.newUserEvent(this, id);
        }