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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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