C# Class MvvmCross.Core.ViewModels.MvxWeakCommandHelper

Inheritance: IMvxCommandHelper
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
RaiseCanExecuteChanged ( object sender ) : void

Private Methods

Method Description
SafeCopyEventHandlerList ( ) : IEnumerable

Method Details

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( object sender ) : void
sender object
return void