Example #1
0
        private void item_Click(object sender, CommandMenuEventArgs e)
        {
            MenuCommand cmd = e.Item.MenuCommand;

            if (cmd != null)
            {
                target.Execute(cmd.CommandID);
            }
        }
Example #2
0
		private void item_Click(object sender, CommandMenuEventArgs e)
		{
			MenuCommand cmd = e.Item.MenuCommand;
			if (cmd != null)
			{
				target.Execute(cmd.CommandID);
			}
		}