Click or drag to resize

CommandProxy Methods

The CommandProxy type exposes the following members.

Methods
  NameDescription
Public methodDeinit
Deinitializes the operator. By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.)
Public methodInit
Initializes the operator. This method should be used to add bindings.
(Overrides DataBindingOperatorInit.)
Public methodInvokeCommand
Invokes the bound command.
Public methodInvokeCommand(Boolean)
Invokes the bound command with the specified argument.
Public methodInvokeCommand(Int32)
Invokes the bound command with the specified argument.
Public methodInvokeCommand(Object)
Invokes the bound command with the specified arguments.
Public methodInvokeCommand(Single)
Invokes the bound command with the specified argument.
Public methodInvokeCommand(String)
Invokes the bound command with the specified argument.
Top
See Also