ComponentOne FlexReport for UWP
ManipulationStarting Event (SearchToolBar)

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > SearchToolBar Class : ManipulationStarting Event
Syntax
'Declaration
 
Public Event ManipulationStarting As Windows.UI.Xaml.Input.ManipulationStartingEventHandler
public event Windows.UI.Xaml.Input.ManipulationStartingEventHandler ManipulationStarting
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs containing data related to this event. The following ManipulationStartingRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also