ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1FlipTile Class / DragStarting Event

In This Topic
    DragStarting Event (C1FlipTile)
    In This Topic
    Syntax
    'Declaration
     
    Public Event DragStarting As Windows.Foundation.TypedEventHandler(Of UIElement,DragStartingEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,DragStartingEventArgs> DragStarting
    See Also