C# Class MvvmCross.Core.ViewModels.MvxCommandAttribute

Inheritance: System.Attribute
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxCommandAttribute ( string commandName, string canExecutePropertyName = null ) : System

Method Details

MvxCommandAttribute() public method

public MvxCommandAttribute ( string commandName, string canExecutePropertyName = null ) : System
commandName string
canExecutePropertyName string
return System