GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellStyleContentChanged Event |
<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
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.
Property | Description |
---|---|
CellStyle | Gets the CellStyle that has changed. |
CellStyleScope | Gets the scope that this cell style takes effect on. |
If one of these properties is set to a different CellStyle; however, the corresponding PropertyNameChanged event occurs, but the CellStyleContentChanged event does not occur.
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