MonoMobile.Views.ReflectiveCommand.ReflectiveCommand C# (CSharp) Method

ReflectiveCommand() public method

public ReflectiveCommand ( object viewModel, MethodInfo execute, PropertyInfo canExecute ) : System
viewModel object
execute System.Reflection.MethodInfo
canExecute System.Reflection.PropertyInfo
return System
		public ReflectiveCommand(object viewModel, MethodInfo execute, PropertyInfo canExecute) : this(viewModel, execute, null, canExecute)
		{
		}

Same methods

ReflectiveCommand::ReflectiveCommand ( object viewModel, MethodInfo execute, object canExecuteSource, PropertyInfo canExecute ) : System
ReflectiveCommand::ReflectiveCommand ( object viewModel, string executeMethodName, object canExecuteSource, string canExecutePropertyName ) : System
ReflectiveCommand::ReflectiveCommand ( object viewModel, string executeMethodName, string canExecutePropertyName ) : System