ValueChanged Event
See Also 
Xceed.Grid Assembly > Xceed.Grid Namespace > Cell Class : ValueChanged Event


Glossary Item Box

Raised when a cell's value has been changed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Property Changed")>
<DescriptionAttribute("Raised when a cell's value has been changed.")>
Public Event ValueChanged As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As Cell
Dim handler As EventHandler
 
AddHandler instance.ValueChanged, handler
C# 
[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Raised when a cell's value has been changed.")]
public event EventHandler ValueChanged

Remarks

This event is not raised when the underlying data source changes.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also

Reference

Cell Class
Cell Members