using Event.EventArgs; namespace Event.EventHandler { public delegate void ItemDialogHandler(ItemDialogArgs args); }