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.
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
FwRightMouseClickEventArgs ( Point pt, IVwSelection selection ) : System

Constructor.

Method Details

FwRightMouseClickEventArgs() public méthode

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.
Résultat System