.NET Framework Class Library
OnSendWorkflowNotificationToUsers Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
Event management: provides access to OnSendWorkflowNotificationToUsers event (Workflow event specialization)
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Class OnSendWorkflowNotificationToUsers _ Inherits EventsObjT(Of MWEventIN.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS, MWEventOUT.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS) |
C# |
|---|
public class OnSendWorkflowNotificationToUsers : EventsObjT<MWEventIN.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS, MWEventOUT.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS> |
Visual C++ |
|---|
public ref class OnSendWorkflowNotificationToUsers : public EventsObjT<MWEventIN.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS, MWEventOUT.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS> |
JavaScript |
|---|
MwPDMApi.OnSendWorkflowNotificationToUsers = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS, MWEventOUT.Workflow.ONSENDWORKFLOWNOTIFICATIONTOUSERS)
MwPDMApi.OnSendWorkflowNotificationToUsers
See Also