C# Class VLC_WINRT.Utility.Commands.ActionCommand

Inheritance: VLC_WINRT.Common.AlwaysExecutableCommand
ファイルを表示 Open project: kusl/vlcwinrt Class Usage Examples

Public Methods

Method Description
ActionCommand ( System.Action action ) : System
Execute ( object parameter ) : void

Method Details

ActionCommand() public method

public ActionCommand ( System.Action action ) : System
action System.Action
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void