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

Definition

Namespace:Telerik.WinForms.Documents.UI.Adorner

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class BlockMovedEventArgs : EventArgs

Inheritance: objectEventArgsBlockMovedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public BlockMovedEventArgs(FloatingBlock floatingBlock, Point movedOffset, Point positionInImage, MouseEventArgs e)
Parameters:floatingBlockFloatingBlockmovedOffsetPointpositionInImagePointeMouseEventArgs

Properties

C#
public MouseEventArgs MouseEventArgs { get; }
C#
public Point MousePositionInImage { get; }
C#
public Point MovedOffset { get; }
C#
public FloatingBlock TargetFloatingBlock { get; }