TabObjectMovingEventArgs

Assembly: Tab;

Description

The TabObjectMovingEventArgs class implements argument of the event occurring on object moving.

Comments

To implement argument of event occurring at each resize, use the TabObjectResizingEventArgs class.

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event occurring on object moving.

Constructors inherited from TabSheetEventArgs

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates an event argument.

Class object properties inherited from ITabObjectMovingEventArgs

  Property name Brief description
Cancel The Cancel property determines whether object moving should be canceled.
Object The Object property returns changed object.
Rect The Rect property returns coordinates of rectangular area occupied by object.

Class object properties inherited from ITabSheetEventArgs

  Property name Brief description
TabSheet The TabSheet property returns the component, for which the event is generated.

See also:

Tab Assembly Classes