init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Prism.Events;
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// The SetSaveButton event
|
||||
/// </summary>
|
||||
public class SetSaveButton : PubSubEvent<SaveButtonUsability> { }
|
||||
|
||||
/// <summary>
|
||||
/// The SaveButtonUsability is used by <see cref="ShowStatus">SetSaveButton</see> event to enable/disable the Save button.
|
||||
/// </summary>
|
||||
public class SaveButtonUsability
|
||||
{
|
||||
public bool IsUsable { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user