Miner.Interop.Process Namespace : __PxApplication_OpenNodeEventHandler Delegate |
'Declaration
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)> <System.Runtime.InteropServices.ComVisibleAttribute(False)> Public Delegate Sub __PxApplication_OpenNodeEventHandler( _ ByRef vOpenInfo As System.Object _ )
'Usage
Dim instance As New __PxApplication_OpenNodeEventHandler(AddressOf HandlerMethod)
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)] [System.Runtime.InteropServices.ComVisible(false)] public delegate void __PxApplication_OpenNodeEventHandler( out System.object vOpenInfo )
public delegate __PxApplication_OpenNodeEventHandler( Out vOpenInfo: System.TObject );
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden) System.Runtime.InteropServices.ComVisibleAttribute() public delegate __PxApplication_OpenNodeEventHandler( vOpenInfo : System.Object )
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)] [System.Runtime.InteropServices.ComVisible(false)] public: __gc __delegate void __PxApplication_OpenNodeEventHandler( [PARAMFLAG::Out] System.Object* vOpenInfo )
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)] [System.Runtime.InteropServices.ComVisible(false)] public delegate void __PxApplication_OpenNodeEventHandler( [Out] System.Object^ vOpenInfo )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2