發生于檢視中任何專案或專案的選取狀態變更時。
語法
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
ShellFolderView.SelectionChanged = EventHandler;
參數
這個事件處理常式沒有參數。
規格需求
| 需求 | 值 |
|---|---|
| 最低支援的用戶端 |
Windows 2000 Professional、Windows XP [僅限桌面應用程式] |
| 最低支援的伺服器 |
Windows 2000 Server [僅限桌面應用程式] |
| 標頭 |
|
| Idl |
|
| DLL |
|