C# 클래스 SIL.FieldWorks.Common.RootSites.FwRightMouseClickEventArgs

This event argument class is used to handle right clicks in SimpleRootSite objects. If someone handles the event, then they should set EventHandled to true, so the regular mouse processing is skipped.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
FwRightMouseClickEventArgs ( Point pt, IVwSelection selection ) : System

Constructor.

메소드 상세

FwRightMouseClickEventArgs() 공개 메소드

Constructor.
public FwRightMouseClickEventArgs ( Point pt, IVwSelection selection ) : System
pt Point The point of the right click.
selection IVwSelection The selection at the right click point.
리턴 System