Click or drag to resize

NewWorkItemEventArgs Class

Event arguments of e.g. NewWorkItemEvent
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellNewWorkItemEventArgs

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

The NewWorkItemEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodNewWorkItemEventArgs Standard constructor
Top
Properties
 NameDescription
Public propertyWorkItem Returns a reference to the work item.
Top
See Also