'Declaration Public Event TouchStripItemClicked As TouchStripItemClickedHandler
'Usage Dim instance As FpSpread Dim handler As TouchStripItemClickedHandler AddHandler instance.TouchStripItemClicked, handler
public event TouchStripItemClickedHandler TouchStripItemClicked
Event Data
The event handler receives an argument of type TouchStripItemClickEventArgs containing data related to this event. The following TouchStripItemClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Area | Gets the TouchStrip area the clicked item belongs to. |
SelectedItem | Gets the selected item in the touch strip. |
Example
See Also