GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellResizeCompleting Event |
<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
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.
Property | Description |
---|---|
CellIndex | Gets the cell index in its parent Section. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
CellName | Gets the cell name. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
Direction | Gets the orientation of the resizing operation. |
Handled | Gets or sets a value that indicates whether the resize operation was done by the user. |
ResizeOffset | Gets the offset of the current resizing. |
RowIndex | Gets the index of the owner Row that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
Scope | Gets the area of the cell that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
SectionIndex | Gets the index of the owner Section that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
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