.NET Framework Class Library
OnRemoteAccessFileTransfer Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
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( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.RemoteAccess.ONREMOTEACCESSFILETRANSFER, MWEventOUT.RemoteAccess.ONREMOTEACCESSFILETRANSFER)
MwPDMApi.OnRemoteAccessFileTransfer
See Also