WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellMouseEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellMouseEventArgs

    Holds the MouseEvent argument values.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellMouseEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellMouseEventArgs : SyncfusionRoutedEventArgs
    Remarks

    Events related to the mouse events use this.

    Constructors

    GridCellMouseEventArgs(RoutedEvent, Object)

    Initializes a new GridCellMouseEventArgs.

    Declaration
    public GridCellMouseEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    Routed event.

    System.Object source

    Event source.

    Properties

    MouseEventArgs

    The mouse event arguments.

    Declaration
    [TraceProperty(true)]
    public MouseEventArgs MouseEventArgs { get; }
    Property Value
    Type Description
    System.Windows.Input.MouseEventArgs

    See Also

    GridCellMouseEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved