GrapeCity.Xaml.SpreadSheet.UI
OnPointerPressed Method (DataValidationListBoxItem)


GrapeCity.Xaml.SpreadSheet.UI Namespace > DataValidationListBoxItem Class : OnPointerPressed Method
Event data for the event.
Called before the PointerPressed event occurs.
Syntax
'Declaration
 
Protected Overrides Sub OnPointerPressed( _
   ByVal e As PointerRoutedEventArgs _
) 
'Usage
 
Dim instance As DataValidationListBoxItem
Dim e As PointerRoutedEventArgs
 
instance.OnPointerPressed(e)
protected override void OnPointerPressed( 
   PointerRoutedEventArgs e
)

Parameters

e
Event data for the event.
See Also

Reference

DataValidationListBoxItem Class
DataValidationListBoxItem Members