C# 클래스 Opc.Ua.Client.Controls.ListItemActionEventArgs

The event argurments passed when an item event occurs.
상속: System.EventArgs
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ListItemActionEventArgs ( ListItemAction action, ICollection items ) : System

Initializes a new instance of the ListItemActionEventArgs class.

메소드 상세

ListItemActionEventArgs() 공개 메소드

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