menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDoubleTappedEventArgs - API Reference

    Show / Hide Table of Contents

    Class ItemDoubleTappedEventArgs

    Provides data for ItemDoubleTappedEvent of the diagram.

    Inheritance
    System.Object
    DiagramEventArgs
    ItemDoubleTappedEventArgs
    Inherited Members
    DiagramEventArgs.Item
    DiagramEventArgs.OriginalSource
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ItemDoubleTappedEventArgs : DiagramEventArgs

    Constructors

    ItemDoubleTappedEventArgs(Object)

    Initializes a new instance of the ItemDoubleTappedEventArgs class.

    Declaration
    public ItemDoubleTappedEventArgs(object item)
    Parameters
    Type Name Description
    System.Object item

    Occurs when a mouse button is clicked two or more times.

    Properties

    MouseEventArgs

    Gets the data for mouse related diagram events.

    Declaration
    public RoutedEventArgs MouseEventArgs { get; }
    Property Value
    Type Description
    Windows.UI.Xaml.RoutedEventArgs

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved