ComponentOne RichTextBox for UWP
ManipulationStarting Event (C1SizeMenuTool)

C1.Xaml.RichTextBox Namespace > C1SizeMenuTool 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