Class GridCellMouseEventArgs
Holds the MouseEvent argument values.
Inherited Members
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 |
---|
System.Windows.Input.MouseEventArgs |