.NET Framework Class Library
RelayCommand Constructor (Action(Object), Predicate(Object))
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > RelayCommand Class > RelayCommand Constructor > RelayCommand Constructor (Action(Object), Predicate(Object)) |
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Sub New ( _ |
C# |
public RelayCommand( |
Visual C++ |
public: |
execute
Type: System.Action(Object)
canExecute
Type: System.Predicate(Object)