Class
DragCompletedEventArgs

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class DragCompletedEventArgs : EventArgs

Inheritance: objectEventArgsDragCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

DragCompletedEventArgs(bool)

Declaration

cs-api-definition
public DragCompletedEventArgs(bool canceled)

Parameters

canceled

bool

DragCompletedEventArgs(double, double, bool)

Declaration

cs-api-definition
public DragCompletedEventArgs(double horizontalChange, double verticalChange, bool canceled)

Parameters

horizontalChange

double

verticalChange

double

canceled

bool

Properties

Canceled

Declaration

cs-api-definition
public bool Canceled { get; }

Property Value

bool

HorizontalChange

Declaration

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

Property Value

double

VerticalChange

Declaration

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

Property Value

double