C# Class WeiranZhang.Metropaper.Controls.NotificationAction.NotificationCommand

Inheritance: ICommand
显示文件 Open project: weiran/Metropaper

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