CellContentChangingEventArgs Class Members
In This Topic
The following tables list the members exposed by CellContentChangingEventArgs.
Public Properties
| Name | Description |
| Cell | Gets the visual element representing the cell content. |
| Grid | Gets the C1FlexGrid associated to this event |
| Phase | Gets the number of times this container and data item pair has been called. |
| Range | Gets the position of the cell. |
Top
Public Methods
| Name | Description |
| RegisterUpdateCallback | Overloaded. Registers the event handler to be called again during the next phase. |
Top
See Also