NewWorkItemEventArgs Class |
Inheritance Hierarchy
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic class NewWorkItemEventArgs : EventArgs
Public Class NewWorkItemEventArgs
Inherits EventArgs
public ref class NewWorkItemEventArgs : public EventArgs
type NewWorkItemEventArgs =
class
inherit EventArgs
end
The NewWorkItemEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | WorkItem |
Returns a reference to the work item.
|
Top
See Also