menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MouseDownEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MouseDownEventArgs

    Provides data for MouseDownEvent of the diagram.

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

    Constructors

    MouseDownEventArgs(Object)

    Initializes a new instance of the MouseDownEventArgs class.

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

    Represent the object click down in the diagram

    Properties

    MouseEventArgs

    Gets the data for mouse related diagram events.

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

    Extension Methods

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