ComponentOne FlexReport for UWP
DragItemsStarting Event

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > ToolMenu Class : DragItemsStarting Event
Syntax
'Declaration
 
Public Event DragItemsStarting As Windows.UI.Xaml.Controls.DragItemsStartingEventHandler
public event Windows.UI.Xaml.Controls.DragItemsStartingEventHandler DragItemsStarting
Event Data

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

PropertyDescription
 
 
 
See Also