 
            | Miner.Data.Decoration Assembly > Miner.Data.Decoration Namespace : DataSelectionMonitor Class | 
The following tables list the members exposed by DataSelectionMonitor.
| Name | Description | |
|---|---|---|
|   | CurrentObject | Returns the object that caused the most-recent DataSelectionChanged event. | 
|   | CurrentTable | Returns the "represents" name of the table containing the current selection. | 
| Name | Description | |
|---|---|---|
|   | GetCurentCellText | Returns the currently selected cell's text | 
|   | GetCurrentSelection | Returns the data rows that compose the current selection. | 
|   | GetSelectedRowsText | Returns currently selected rows text - Formatted | 
|   | OnColumnSelectedChanged | Changes the value of currently selected column | 
|   | OnDataSelectionChanged | Raises the DataSelectionChanged event for Command objects that are listening. | 
| Name | Description | |
|---|---|---|
|  | CellSelectionChanged | |
|  | DataSelectionChanged | The event that is raised so Command listeners can decide if they should be enabled or not. |