# ListViewEvents 클래스

#### 설명 <a href="#listviewevents-lei-miao-shu" id="listviewevents-lei-miao-shu"></a>

&#x20;  리스트뷰에서 지원하는 이벤트입니다.

#### 이벤트  <a href="#listviewevents-lei-shi-jian" id="listviewevents-lei-shi-jian"></a>

| 이벤트                                                                                                                             | 트리거 타이밍                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| [Reloaded](/forguncy-v9/command/javascriptprogramming/javascript-api/class/listviewevents/reloaded.md)                          | 이 이벤트는 리스트뷰 데이터를 다시 로드할 때 트리거됩니다.                                                                          |
| [SelectedRowsChanged](/forguncy-v9/command/javascriptprogramming/javascript-api/class/listviewevents/selectedrowschanged.md)    | 이 이벤트는 사용자가 선택 열을 클릭할 때와 같이 리스트뷰의 선택 행이 변경될 때 트리거됩니다. 리스트뷰의 현재 행이 변경될 때만 트리거되는 SelectionChanged 이벤트와 다릅니다. |
| [SelectionChanged](/forguncy-v9/command/javascriptprogramming/javascript-api/class/cellevents/selectionchanged.md)              | 이 이벤트는 리스트뷰의 현재 행이 변경될 때 트리거됩니다.                                                                           |
| [ValueChanged](/forguncy-v9/command/javascriptprogramming/javascript-api/class/cellevents/valuechanged.md)                      | <p>리스트뷰의 값이 변경될 때 이벤트가 트리거됩니다.<br></p>                                                                     |
| [PageingInfoChanged](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/pageinginfochangedeventarg.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/forguncy-v9/command/javascriptprogramming/javascript-api/class/listviewevents.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.
