The methods defined in the JadeXamlControl class are summarized in the following table.
Method | Description |
---|---|
callMethod | Executes a WPF method on a specified entity of the XAML control |
eventItemName | Determines the element of the XAML contents that issued the JADE event |
getValue | Returns the value of a WPF method or property for the specified XAML entity |
setValue | Sets the value of a WPF property for the specified XAML entity |
setXamlEventMethod | Registers for other WPF control events apart from the standard JADE events |
For details, see "Window, Form, and Control Methods", later in this document.