C# Class Microsoft.HockeyApp.Tools.NotificationAction.NotificationCommand

Inheritance: ICommand
Show file Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
NotificationCommand ( System.Action execute, Func canExecute ) : System

Private Methods

Method Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void

Method Details

NotificationCommand() public method

public NotificationCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
return System