Usages of TableHitTestResult
Properties
| clickablePredicate | in TableEditorInputMode | Gets or sets a predicate that is queried to determine whether the item described by the TableHitTestResult can be clicked. | |
| doubleClickablePredicate | in TableEditorInputMode | Gets or sets a predicate that is queried to determine whether the item described by the TableHitTestResult can be double-clicked. |
Method Parameters
| TableEditorInputMode () | in TableEditorInputMode | Creates a new instance. | |
| click (TableHitTestResult, ClickEventArgs) | in TableEditorInputMode | Actually performs the click or tap on the given item. | |
| doubleClick (TableHitTestResult, ClickEventArgs) | in TableEditorInputMode | Actually performs a double click on the given item. |