GrapeCity.Xaml.SpreadSheet.UI
TouchToolbarOpening Event


Occurs before GcSpreadSheet shows the touch strip menu bar.
Syntax
'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
Event Data

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.

PropertyDescription
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.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options