C# Class Opc.Ua.Client.Controls.ListItemActionEventArgs

The event argurments passed when an item event occurs.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
ListItemActionEventArgs ( ListItemAction action, ICollection items ) : System

Initializes a new instance of the ListItemActionEventArgs class.

Method Details

ListItemActionEventArgs() public method

Initializes a new instance of the ListItemActionEventArgs class.
public ListItemActionEventArgs ( ListItemAction action, ICollection items ) : System
action ListItemAction The action.
items ICollection The items.
return System