-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a79f6a
commit f9642d1
Showing
15 changed files
with
546 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/Cimbalino.Toolkit (WP8)/Controls/IMasterDetailFrame.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// **************************************************************************** | ||
// <copyright file="IMasterDetailFrame.cs" company="Pedro Lamas"> | ||
// Copyright © Pedro Lamas 2014 | ||
// </copyright> | ||
// **************************************************************************** | ||
// <author>Pedro Lamas</author> | ||
// <email>pedrolamas@gmail.com</email> | ||
// <project>Cimbalino.Toolkit</project> | ||
// <web>http://www.pedrolamas.com</web> | ||
// <license> | ||
// See license.txt in this solution or http://www.pedrolamas.com/license_MIT.txt | ||
// </license> | ||
// **************************************************************************** | ||
|
||
namespace Cimbalino.Toolkit.Controls | ||
{ | ||
/// <summary> | ||
/// Represents the basic operations for the MasterDetail control. | ||
/// </summary> | ||
public interface IMasterDetailFrame | ||
{ | ||
/// <summary> | ||
/// Called when the user presses the hardware back button. | ||
/// </summary> | ||
/// <returns>true if the back button press has been handled; otherwise, false.</returns> | ||
bool HandleBackKeyPress(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.