Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeSubsetHotSpot

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event SubsetHotSpotEventHandler PeSubsetHotSpot;

 

public delegate void SubsetHotSpotEventHandler(object sender,

ProEssentials.EventArg.SubsetHotSpotEventArgs e);

 

public SubsetHotSpotEventArgs(bool doubleClick, int subsetIndex)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

subsetIndex

Zero based index of subset label clicked.

 

Description

The SubsetHotSpot event is fired when the user clicks a subset label.

 

Comments

This event is only fired if  PeUserInterface.HotSpot.Subset is True.

 

See Also: PeString.SubsetLabels, PeLegend.SubsetsToLegend, Pego.PeUserInterface.HotSpot