Spread Windows Forms 8.0 Product Documentation
Changed Event (DefaultRangeGroupModel)


Occurs when the outline (range group) model has changed.
Syntax
'Declaration
 
Public Event Changed As RangeGroupModelEventHandler
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim handler As RangeGroupModelEventHandler
 
AddHandler instance.Changed, handler
public event RangeGroupModelEventHandler Changed
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.