Click or drag to resize

GUIWorkItemCompletedEventArgs Class

EventArgs used in the GUIWaitCallbackWorkItem.Completed event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.GUIWorkItemCompletedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.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