Spread Windows Forms 6.0 Product Documentation
Changing Event
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : Changing Event


Glossary Item Box

Occurs when the outline (range group) model is changing.

Syntax

Visual Basic (Declaration) 
Public Event Changing As RangeGroupModelEventHandler
Visual Basic (Usage)Copy Code
Dim instance As DefaultRangeGroupModel
Dim handler As RangeGroupModelEventHandler
 
AddHandler instance.Changing, handler
C# 
public event RangeGroupModelEventHandler Changing

Event Data

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

PropertyDescription
ChangedIndexes Gets the indexes of changed rows or columns of the outline (range group).
Count Gets the number of rows or columns in the outline (range group).
Expand Gets whether the outline (range group) is expanded (or else collapsed).
GroupsToExpand Gets the outline (range group) to expand (or collapse).
IsRowGroup Gets whether the outline (range group) is of rows (or else columns).
StartIndex Gets the starting index of rows or columns of the outline (range group).
Type Gets the type of outline (range group) event.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.