Server.Items.AddressBook.AllNames_OnCommand C# (CSharp) Method

AllNames_OnCommand() private method

private AllNames_OnCommand ( CommandEventArgs e ) : void
e CommandEventArgs
return void
        private static void AllNames_OnCommand(CommandEventArgs e)
        {
            e.Mobile.BeginTarget(-1, false, TargetFlags.None, new TargetCallback(AllNames_OnTarget));
            e.Mobile.SendMessage("Target the Address Book to fill.");
        }