Click or drag to resize

GUIWorkItemCompletedEventArgs Class

EventArgs used in the GUIWaitCallbackWorkItem.Completed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellGUIWorkItemCompletedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public class GUIWorkItemCompletedEventArgs : EventArgs

The GUIWorkItemCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyResult
An object representing the result of the work item.
Top
See Also