ComponentOne Expression Editor for WPF
CommandHandler Constructor

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > CommandHandler Class : CommandHandler Constructor
Initializes a new instance of the CommandHandler.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As System.Action(Of Object), _
   ByVal canExecute As System.Boolean _
)
public CommandHandler( 
   System.Action<object> action,
   System.bool canExecute
)

Parameters

action
canExecute
See Also

Reference

CommandHandler Class
CommandHandler Members