C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.TreeNodeEventArgs

This is the argument for a TreeNodeEventHandler event.
상속: System.EventArgs
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
TreeNodeEventArgs ( Control context, Slice slice, Point location ) : System

Constructor

메소드 상세

TreeNodeEventArgs() 공개 메소드

Constructor
public TreeNodeEventArgs ( Control context, Slice slice, Point location ) : System
context System.Windows.Forms.Control
slice Slice
location Point
리턴 System