New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Spreadsheet.UI

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class DragDeltaEventArgs : EventArgs

Inheritance: objectEventArgsDragDeltaEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public DragDeltaEventArgs(float horizontalChange, float verticalChange)
Parameters:horizontalChangefloatverticalChangefloat

Properties

C#
public float HorizontalChange { get; }
C#
public float VerticalChange { get; }