| GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : TouchToolbarOpening Event | 
'Declaration Public Event TouchToolbarOpening As EventHandler(Of TouchToolbarOpeningEventArgs)
'Usage Dim instance As GcSpreadSheet Dim handler As EventHandler(Of TouchToolbarOpeningEventArgs) AddHandler instance.TouchToolbarOpening, handler
public event EventHandler<TouchToolbarOpeningEventArgs> TouchToolbarOpening
The event handler receives an argument of type TouchToolbarOpeningEventArgs containing data related to this event. The following TouchToolbarOpeningEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Area | Specifies the location of the touch strip pop up. | 
| X | Gets or sets the horizontal tapped position. | 
| Y | Gets or sets the vertical tapped position. | 
Target Platforms: Windows Server 2012, Windows RT