Class
DragStartedEventArgs

Definition

Namespace:Telerik.WinControls.Spreadsheet.UI

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class DragStartedEventArgs : EventArgs

Inheritance: objectEventArgsDragStartedEventArgs

Inherited Members EventArgs.Empty

Constructors

DragStartedEventArgs(double, double)

Declaration

cs-api-definition
public DragStartedEventArgs(double horizontalOffset, double verticalOffset)

Parameters

horizontalOffset

double

verticalOffset

double

Properties

HorizontalOffset

Declaration

cs-api-definition
public double HorizontalOffset { get; }

Property Value

double

VerticalOffset

Declaration

cs-api-definition
public double VerticalOffset { get; }

Property Value

double