C# Class 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.
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
FwRightMouseClickEventArgs ( Point pt, IVwSelection selection ) : System

Constructor.

Method Details

FwRightMouseClickEventArgs() public method

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.
return System