We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc7dd6 commit c7f4e8eCopy full SHA for c7f4e8e
src/Elmish.WPF/BindingData.fs
@@ -3,6 +3,7 @@ module internal Elmish.WPF.BindingData
3
4
open System.Collections.ObjectModel
5
open System.Windows
6
+open System.Windows.Input
7
8
open Elmish
9
@@ -552,7 +553,7 @@ module BindingData =
552
553
554
module Cmd =
555
- let createWithParam exec canExec autoRequery : BindingData<'model, 'msg, 't> =
556
+ let createWithParam exec canExec autoRequery : BindingData<'model, 'msg, ICommand> =
557
{ Exec = exec
558
CanExec = canExec
559
AutoRequery = autoRequery }
0 commit comments