.NET Framework Class Library
EventsObjT(T_IN, T_OUT) Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
EventsObjT(T_IN, T_OUT) Class

Event management: generic class used to implement event specialization

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Class EventsObjT(Of T_IN, T_OUT)

C#

public class EventsObjT<T_IN, T_OUT>

Visual C++

generic<typename T_IN, typename T_OUT>

public ref class EventsObjT

JavaScript

JavaScript does not support generic types or methods.

Type Parameters

T_IN

generic input parameter type

T_OUT

generic output parameter type

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(T_IN, T_OUT)
  MwPDMApi.DataEntr
  MwPDMApi.OnAbout
  MwPDMApi.OnAboutToChangeWorkflowState
  MwPDMApi.OnAddAttachment
  MwPDMApi.OnAddDocument
  MwPDMApi.OnAddToRemoveFromProject
  MwPDMApi.OnApprove
  MwPDMApi.OnApproveMasterDrawing
  MwPDMApi.OnApproveOnPreviousRevision
  MwPDMApi.OnBeforeCheckin
  MwPDMApi.OnBuyList
  MwPDMApi.OnCancel
  MwPDMApi.OnCanRev
  MwPDMApi.OnChangeCurrentProject
  MwPDMApi.OnChangeWorkflowState
  MwPDMApi.OnCheckForNotNullFields
  MwPDMApi.OnCheckForRequiredECR
  MwPDMApi.OnCheckIfMajorRev
  MwPDMApi.OnCheckin
  MwPDMApi.OnCheckout
  MwPDMApi.OnCheckoutCheckinApproveTree
  MwPDMApi.OnCheckoutRecord
  MwPDMApi.OnClose
  MwPDMApi.OnCommand
  MwPDMApi.OnConfigurationFilter
  MwPDMApi.OnCopyReleasedFileToSecuredStorageArea
  MwPDMApi.OnCreateHTMLOutput
  MwPDMApi.OnCreateMasterDrawing
  MwPDMApi.OnDatabaseConnectivityFailure
  MwPDMApi.OnDeleteAttachment
  MwPDMApi.OnDeleteRecord
  MwPDMApi.OnDoubleClick
  MwPDMApi.OnDrop
  MwPDMApi.OnEdit
  MwPDMApi.OnEditBOMAssignAbsolutePositions
  MwPDMApi.OnFilter
  MwPDMApi.OnFilterRev
  MwPDMApi.OnFilterUids
  MwPDMApi.OnFreeze
  MwPDMApi.OnGetWorkflowProcess
  MwPDMApi.OnIncrementRevisionState
  MwPDMApi.OnNewPrj
  MwPDMApi.OnNewRev
  MwPDMApi.OnOk
  MwPDMApi.OnOkAfter
  MwPDMApi.OnOkBefore
  MwPDMApi.OnOkFilter
  MwPDMApi.OnOkRev
  MwPDMApi.OnOpen
  MwPDMApi.OnOpenG
  MwPDMApi.OnOptions
  MwPDMApi.OnPlotG
  MwPDMApi.OnPrepareSQLStatementForReleasedDatabase
  MwPDMApi.OnPreviewFileNotFound
  MwPDMApi.OnReadOnlyComponentNotify
  MwPDMApi.OnRemoteAccessAction
  MwPDMApi.OnRemoteAccessFileTransfer
  MwPDMApi.OnRevisionOutputFilesCreated
  MwPDMApi.OnSave
  MwPDMApi.OnSaveAs
  MwPDMApi.OnSearch
  MwPDMApi.OnSearchBOMItem
  MwPDMApi.OnSearchComponent
  MwPDMApi.OnSelectorDialogItemsDisabler
  MwPDMApi.OnSendWorkflowNotificationToUsers
  MwPDMApi.OnShowPreviewLabel
  MwPDMApi.OnSubmitWorkflow
  MwPDMApi.OnUnCheckin
  MwPDMApi.OnUnCheckout
  MwPDMApi.OnUnCheckoutRecord
  MwPDMApi.OnUpdateDatabaseForOpenedDocument
  MwPDMApi.OnUpdateVariantNotes
  MwPDMApi.OnValidateNotNullFieldsBeforeApprove
  MwPDMApi.OnViewDWG
  MwPDMApi.OnWorkflowStateHasChanged
  MwPDMApi.OpenDoc

See Also

EventsObjT(T_IN, T_OUT) Members

MwPDMApi Namespace