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
Floating
|
System.
|
System.
|
System.
|
Properties
MouseEventArgs
Declaration
public MouseEventArgs MouseEventArgs { get; }
Property Value
System.
|
MousePositionInImage
Declaration
public Point MousePositionInImage { get; }
Property Value
System.
|
MovedOffset
Declaration
public Point MovedOffset { get; }
Property Value
System.
|