ClassBlockMovedEventArgs
Provides data for the BlockMoved event.
Definition
Namespace:Telerik.Windows.Documents.UI.Adorner
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class BlockMovedEventArgs : EventArgs
Inheritance: objectEventArgsBlockMovedEventArgs
Inherited Members
Constructors
BlockMovedEventArgs(FloatingBlock, Point, Point, MouseEventArgs)
Declaration
public BlockMovedEventArgs(FloatingBlock floatingBlock, Point movedOffset, Point positionInImage, MouseEventArgs e)
Parameters
floatingBlock
movedOffset
Point
positionInImage
Point
e
MouseEventArgs
Properties
MouseEventArgs
Represents the event arguments for the BlockMoved event, containing information about the mouse event.
Declaration
public MouseEventArgs MouseEventArgs { get; }
Property Value
MouseEventArgs
MousePositionInImage
Gets the position of the mouse within the image during the block move event.
Declaration
public Point MousePositionInImage { get; }
Property Value
Point
A Point representing the mouse position in the image.
MovedOffset
Represents the offset by which a block has been moved in the document.
Declaration
public Point MovedOffset { get; }
Property Value
Point
TargetFloatingBlock
Gets the target floating block associated with the block moved event.
Declaration
public FloatingBlock TargetFloatingBlock { get; }
Property Value