Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Indicates that the selection state of one or more items in the view has changed.
Syntax
function EventHandler()
{
// Code to handle the event.
}
// Set the event property to the handler.
ShellFolderViewOC.SelectionChanged = EventHandler;
Parameters
This event handler has no parameters.
Remarks
Provide event handling code for this event as shown here.
Private Sub object_SelectionChanged()
'Event handling code
End Sub
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|
| IDL |
|
| DLL |
|
See also