Responder Developer Guide
OrderLineToViewModelDelegate Delegate


Syntax
'Declaration
 
Public Delegate Function OrderLineToViewModelDelegate( _
   ByVal node As IOrderLine, _
   ByVal nodesViewModel As INodesViewModel _
) As IOrderLineViewModel
'Usage
 
Dim instance As New OrderLineToViewModelDelegate(AddressOf HandlerMethod)
public delegate IOrderLineViewModel OrderLineToViewModelDelegate( 
   IOrderLine node,
   INodesViewModel nodesViewModel
)

Parameters

node
nodesViewModel
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OrderLineToViewModelDelegate Members
Miner.Responder.Presentation.Wpf.Switching.ViewModel Namespace

 

 


Send Comment