ClassBlockMovedEventArgs
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Adorner
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class BlockMovedEventArgs : EventArgs
Inheritance: objectEventArgsBlockMovedEventArgs
Inherited Members
Constructors
BlockMovedEventArgs(FloatingBlock, Point, Point, MouseEventArgs)
Declaration
cs-api-definition
public BlockMovedEventArgs(FloatingBlock floatingBlock, Point movedOffset, Point positionInImage, MouseEventArgs e)
Parameters
floatingBlock
movedOffset
positionInImage
e
Properties
MouseEventArgs
Declaration
cs-api-definition
public MouseEventArgs MouseEventArgs { get; }
Property Value
TargetFloatingBlock
Declaration
cs-api-definition
public FloatingBlock TargetFloatingBlock { get; }
Property Value