# CellEvents클래스

### 설명&#x20;

셀에서 지원하는 이벤트입니다.

| 이름                                                                                                         | 트리거 타이밍                                                     |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Click](/command/javascriptprogramming/javascript-api/class/cellevents/click.md)                           | 셀을 클릭하면 버튼, 이미지 및 하이퍼링크 셀 유형을 지원하는 이벤트가 트리거됩니다.             |
| [MouseEnter](/command/javascriptprogramming/javascript-api/class/cellevents/mouseenter.md)                 | 이 이벤트는 마우스가 셀에 들어갈 때 트리거되며 버튼, 이미지  및 하이퍼링크 셀 유형을 지원합니다.    |
| [MouseLeave](/command/javascriptprogramming/javascript-api/class/cellevents/mouseleave.md)                 | 마우스가 셀을 떠날 때 트리거되며 버튼, 이미지 및 하이퍼링크 셀 유형을 지원합니다.             |
| [PivottableClick](/command/javascriptprogramming/javascript-api/class/cellevents/pivottableclick.md)       | 피벗 테이블의 셀을 클릭하면 이벤트가 트리거됩니다.                                |
| [SelectionChanged](/command/javascriptprogramming/javascript-api/class/listviewevents/selectionchanged.md) | 셀의 선택 항목이 변경될 때 이벤트가 트리거됩니다. 콤보 상자 및 사용자 선택 상자 셀 유형을 지원합니다. |
| [ValueChanged](/command/javascriptprogramming/javascript-api/class/cellevents/valuechanged.md)             | 셀의 값이 변경될 때 이벤트가 트리거됩니다.                                    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/command/javascriptprogramming/javascript-api/class/cellevents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
