Class BlockMovedEventArgs
Inheritance
System.Object
BlockMovedEventArgs
Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BlockMovedEventArgs : EventArgs
Constructors
BlockMovedEventArgs(FloatingBlock, Point, Point, MouseEventArgs)
Declaration
public BlockMovedEventArgs(FloatingBlock floatingBlock, Point movedOffset, Point positionInImage, MouseEventArgs e)
Parameters
FloatingBlock
floatingBlock
|
System.Windows.Point
movedOffset
|
System.Windows.Point
positionInImage
|
System.Windows.Input.MouseEventArgs
e
|
Properties
MouseEventArgs
Declaration
public MouseEventArgs MouseEventArgs { get; }
Property Value
System.Windows.Input.MouseEventArgs
|
MousePositionInImage
Declaration
public Point MousePositionInImage { get; }
Property Value
System.Windows.Point
|
MovedOffset
Declaration
public Point MovedOffset { get; }
Property Value
System.Windows.Point
|