ArcFM Responder Mobile Developer Guide
__PxApplication_CloseNodeEventHandler Delegate






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)>
Public Delegate Sub __PxApplication_CloseNodeEventHandler( _
   ByRef vCloseInfo As System.Object _
) 
'Usage
 
Dim instance As New __PxApplication_CloseNodeEventHandler(AddressOf HandlerMethod)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void __PxApplication_CloseNodeEventHandler( 
   out System.object vCloseInfo
)
public delegate __PxApplication_CloseNodeEventHandler( 
   Out  vCloseInfo: System.TObject
);
System.Runtime.InteropServices.ComVisibleAttribute()
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)
public delegate __PxApplication_CloseNodeEventHandler( 
   vCloseInfo : System.Object
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public: __gc __delegate void __PxApplication_CloseNodeEventHandler( 
   [PARAMFLAG::Out] System.Object* vCloseInfo
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void __PxApplication_CloseNodeEventHandler( 
   [Out] System.Object^ vCloseInfo
)

Parameters

vCloseInfo
Requirements

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

See Also

Reference

__PxApplication_CloseNodeEventHandler Members
Miner.Interop.Process Namespace

Send Feedback