FolderViewEvents Class |
Namespace: ShellBoost.Core.WindowsShell
public class FolderViewEvents : DispatchEvents
The FolderViewEvents type exposes the following members.
Name | Description | |
---|---|---|
FolderViewEvents(FolderView) |
Initializes a new instance of the ViewEvents class.
| |
FolderViewEvents(Object) |
Initializes a new instance of the ViewEvents class.
| |
FolderViewEvents(View) |
Initializes a new instance of the ViewEvents class.
|
Name | Description | |
---|---|---|
InterfaceId |
Gets the interface identifier (IID).
(Inherited from DispatchEvents.) | |
View |
Gets the view.
|
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DispatchEvents.) | |
Dispose(Boolean) |
Releases unmanaged and optionally managed resources.
(Inherited from DispatchEvents.) | |
Finalize |
Finalizes an instance of the DispatchEvents class.
(Inherited from DispatchEvents.) | |
OnEvent |
Called after an IDispatch event (invoke) occured.
(Overrides DispatchEventsOnEvent(Object, DispatchEventArgs).) |
Name | Description | |
---|---|---|
BeginDrag |
Occurs when a drag operation has begun.
| |
CheckStateChanged |
Occurs when checkbox state changed.
| |
ColumnsChanged |
Occurs when set of visible details columns changed.
| |
ContentsChanged |
Occurs when contents of the view have changed somehow.
| |
CtrlMouseWheel |
Occurs when mousewheel has been moved while the CTRL key was down.
| |
DefaultVerbInvoked |
Occurs when the default verb was invoked.
| |
EnterpriseIdChanged |
Occurs when enterprise id is changed in Common File Dialog during Save As.
| |
Event |
Occurs after an IDispatch event occured.
(Inherited from DispatchEvents.) | |
ExplorerWindowReady |
Occurs when Explorer window is open, has been painted and is ready
| |
FileListEnumDone |
Occurs when enumerating the shell folder is done.
| |
FilterInvoked |
Occurs when some filter changed.
| |
FocusChanged |
Occurs when the focused item changed.
| |
FolderChanged |
Occurs when the state of the folder has changed.
| |
IconSizeChanged |
Occurs when the icon size changed in the view.
| |
InitialEnumerationDone |
Occurs when specialized views like the start menu are done enumerated. Not fired when the data source finishes enumeration.
| |
NoItemStateChanged |
Occurs when we went from 0 to some or some to 0 items in the view.
| |
OrderChanged |
Occurs when order of items changed.
| |
SelectedItemChanged |
Occurs when one of the selected items has changed.
| |
SelectionChanged |
Occurs when the selected items changed.
| |
SortDone |
Occurs when done sorting the shell folder.
| |
UpdateImage |
Occurs when an image notification was received.
| |
VerbInvoked |
Occurs when a verb was invoked.
| |
ViewModeChanged |
Occurs when the list view mode changed.
| |
ViewPaintDone |
Occurs when enumerated items have been inserted into the view and painted.
| |
WordWheelEdited |
Occurs when text in WordWheel changed.
|