Class GridCellDoubleTappedEventArgs
Provides data for the CellDoubleTapped event.
Inheritance
System.Object
System.EventArgs
GridCellDoubleTappedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridCellDoubleTappedEventArgs : CellDoubleTappedEventArgs
Constructors
GridCellDoubleTappedEventArgs(Object)
Initializes a new instance of GridCellDoubleTappedEventArgs class.
Declaration
public GridCellDoubleTappedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |