Click or drag to resize

JamBaseShellListView.OperationPerformed Event

This event is fired after a JamBaseShellListView executed a shell operation like copying.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<OperationEventArgs> OperationPerformed

Value

Type: System.EventHandler<OperationEventArgs>
See Also