Click here to Skip to main content
Click here to Skip to main content

Presentation Patterns for XAML based Applications

By , 23 May 2012
 
XamlPatterns_v1.1.0.0.zip
Controls
obj
Debug
TempPE
Properties
Core
Actions
Data
Item
Media
Navigation
Collection
Commands
Data
Edit
Media
Navigation
Diagnostics
obj
Debug
TempPE
Presentation
Dependency
ItemModel.cd
Notifiable
Properties
Windows
Converter
Input
docu
Performance.xls
XamlPatterns_en.pdf
Program
App.Desktop.ico
App.Silverlight.png
App.WindowsPhone.png
Background.WindowsPhone.png
Examples
AssemblyBrowser
View
ViewModel
AssemblyBrowser.cd
CustomerAdmin
Editor
View
ViewModel
GridViewBinding
View
ViewModel
ListBoxBinding
View
ViewModel
MediaPlayer
Images
Pause.png
Play.png
Resume.png
Stop.png
View
ViewModel
OrderBrowser
Editor
Images
Companies.png
Company.png
Customer.png
Customers.png
Order.png
OrderItem.png
OrderItems.png
Orders.png
View
ViewModel
OrderBrowser.cd
Selection
View
ViewModel
obj
x86
Debug
TempPE
Presentation
ViewModel
Dependency
Notifiable
Program.Silverlight.suo
Properties
SplashScreenImage.jpg
Videos
SampleVideo.wmv
WMA_WMAV1_wmaV1.wma
Pub
Desktop.Debug
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
Desktop.Release
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
Silverlight.Debug
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
Silverlight.Release
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
WindowsPhone.Debug
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
WindowsPhone.Release
Itenso.Community.XamlPatterns.Controls.dll
Itenso.Community.XamlPatterns.dll
XamlPatterns.Desktop.suo
XamlPatterns.Silverlight.suo
XamlPatterns.WindowsPhone.suo
// -- FILE ------------------------------------------------------------------
// name       : IItemDelete.cs
// project    : Itenso Community
// created    : Jani Giannoudis - 2012.05.05
// language   : c#
// environment: .NET 4.0
// copyright  : (c) 2004-2012 by Itenso GmbH, Switzerland
// --------------------------------------------------------------------------
using System;

namespace Itenso.Community.XamlPatterns.Actions.Item
{

	// ------------------------------------------------------------------------
	public interface IItemDelete
	{

		// ----------------------------------------------------------------------
		event EventHandler CanDeleteChanged;

		// ----------------------------------------------------------------------
		bool CanDelete { get; }

		// ----------------------------------------------------------------------
		void Delete( Action onFinished );

	} // interface IItemDelete

} // namespace Itenso.Community.XamlPatterns.Actions.Item
// -- EOF -------------------------------------------------------------------

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Jani Giannoudis
Software Developer (Senior)
Switzerland Switzerland
Member
Jani is Co-founder of Meerazo.com, a free service which allows to share resources like locations, things, persons and their services in a cooperating group of people.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 24 May 2012
Article Copyright 2012 by Jani Giannoudis
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid