GrapeCity MultiRow Windows Forms Documentation
CellStyleContentChanged Event


Occurs when a cell style value changes.
Syntax
<SRDescriptionAttribute("Occurs when one of the values of a cell style changes. ")>
<SRCategoryAttribute("Property Changed")>
Public Event CellStyleContentChanged As EventHandler(Of CellStyleContentChangedEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellStyleContentChangedEventArgs)
 
AddHandler instance.CellStyleContentChanged, handler
[SRDescription("Occurs when one of the values of a cell style changes. ")]
[SRCategory("Property Changed")]
public event EventHandler<CellStyleContentChangedEventArgs> CellStyleContentChanged
Event Data

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

PropertyDescription
CellStyleGets the CellStyle that has changed.  
CellStyleScopeGets the scope that this cell style takes effect on.  
Remarks
The CellStyleContentChanged event occurs when a property value of a CellStyle object returned by one of the following properties changes:

If one of these properties is set to a different CellStyle; however, the corresponding PropertyNameChanged event occurs, but the CellStyleContentChanged event does not occur.

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.