GrapeCity MultiRow Windows Forms Documentation
CellResizeCompleting Event


Occurs before a Cell is resized.
Syntax
<SRDescriptionAttribute("Occurs before one Cell is resized.")>
<SRCategoryAttribute("Behavior")>
Public Event CellResizeCompleting As EventHandler(Of CellResizeCompletingEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellResizeCompletingEventArgs)
 
AddHandler instance.CellResizeCompleting, handler
[SRDescription("Occurs before one Cell is resized.")]
[SRCategory("Behavior")]
public event EventHandler<CellResizeCompletingEventArgs> CellResizeCompleting
Event Data

The event handler receives an argument of type CellResizeCompletingEventArgs containing data related to this event. The following CellResizeCompletingEventArgs properties provide information specific to this event.

PropertyDescription
CellIndexGets the cell index in its parent Section. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs)
CellNameGets the cell name. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs)
DirectionGets the orientation of the resizing operation.  
HandledGets or sets a value that indicates whether the resize operation was done by the user.  
ResizeOffsetGets the offset of the current resizing.  
RowIndexGets the index of the owner Row that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs)
ScopeGets the area of the cell that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs)
SectionIndexGets the index of the owner Section that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs)
Remarks
You can set the CellResizeCompletingEventArgs.Handled to true to cancel the UI resizing in the event handling method, and do the resizing behavior with Cell.HorizontalResize or Cell.VerticalResize yourself.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.