.NET Framework Class Library
DataEntrHelper.CalledFromOnAddDocument Property
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
Indicates whether the current operation was triggered from the "OnAddDocument" event.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Property CalledFromOnAddDocument As Boolean Get |
C# |
|---|
public bool CalledFromOnAddDocument { get; set; } |
Visual C++ |
|---|
public: property bool CalledFromOnAddDocument { |
JavaScript |
|---|
function get_calledFromOnAddDocument(); function set_calledFromOnAddDocument(value); |
See Also