.NET Framework Class Library
OnRemoteAccessFileTransfer Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnRemoteAccessFileTransfer Class

Event management: provides access to OnRemoteAccessFileTransfer event (RemoteAccess event specialization)

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

Syntax

Visual Basic

Public Class OnRemoteAccessFileTransfer _

Inherits EventsObjT(Of MWEventIN.RemoteAccess.ONREMOTEACCESSFILETRANSFER, MWEventOUT.RemoteAccess.ONREMOTEACCESSFILETRANSFER)

C#

public class OnRemoteAccessFileTransfer : EventsObjT<MWEventIN.RemoteAccess.ONREMOTEACCESSFILETRANSFER, MWEventOUT.RemoteAccess.ONREMOTEACCESSFILETRANSFER>

Visual C++

public ref class OnRemoteAccessFileTransfer : public EventsObjT<MWEventIN.RemoteAccess.ONREMOTEACCESSFILETRANSFER, MWEventOUT.RemoteAccess.ONREMOTEACCESSFILETRANSFER>

JavaScript

MwPDMApi.OnRemoteAccessFileTransfer = function();

Type.createClass(
'MwPDMApi.OnRemoteAccessFileTransfer',
MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.RemoteAccess.ONREMOTEACCESSFILETRANSFER, MWEventOUT.RemoteAccess.ONREMOTEACCESSFILETRANSFER)
  MwPDMApi.OnRemoteAccessFileTransfer

See Also

OnRemoteAccessFileTransfer Members

MwPDMApi Namespace