OPCDA.NET Reference Manual
HandleListViewControl Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcDataBind Class : HandleListViewControl Method

item
lv

Glossary Item Box

This method is intended for use in DataBind Extension callback handlers.
This method write arrays vertically. It is called from the ListView type handler. The ListViewItemCollection or ListViewSubItemCollection types have to used to write arrays horizontally.

Syntax

Visual Basic (Declaration) 
Public Sub HandleListViewControl( _
   ByVal item As Subscription, _
   ByVal lv As ListView _
) 
C# 
public void HandleListViewControl( 
   Subscription item,
   ListView lv
)

Parameters

item
lv

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.