Class
BlockMovedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI.Adorner

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class BlockMovedEventArgs : EventArgs

Inheritance: objectEventArgsBlockMovedEventArgs

Inherited Members EventArgs.Empty

Constructors

BlockMovedEventArgs(FloatingBlock, Point, Point, MouseEventArgs)

Declaration

cs-api-definition
public BlockMovedEventArgs(FloatingBlock floatingBlock, Point movedOffset, Point positionInImage, MouseEventArgs e)

Parameters

floatingBlock

FloatingBlock

movedOffset

Point

positionInImage

Point

e

MouseEventArgs

Properties

MouseEventArgs

Declaration

cs-api-definition
public MouseEventArgs MouseEventArgs { get; }

Property Value

MouseEventArgs

MousePositionInImage

Declaration

cs-api-definition
public Point MousePositionInImage { get; }

Property Value

Point

MovedOffset

Declaration

cs-api-definition
public Point MovedOffset { get; }

Property Value

Point

TargetFloatingBlock

Declaration

cs-api-definition
public FloatingBlock TargetFloatingBlock { get; }

Property Value

FloatingBlock