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

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class DragCompletedEventArgs : EventArgs

Inheritance: objectEventArgsDragCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public DragCompletedEventArgs(bool canceled)
Parameters:canceledbool
C#
public DragCompletedEventArgs(double horizontalChange, double verticalChange, bool canceled)
Parameters:horizontalChangedoubleverticalChangedoublecanceledbool

Properties

C#
public bool Canceled { get; }
C#
public double HorizontalChange { get; }
C#
public double VerticalChange { get; }