| Visual Basic (Declaration) | |
|---|---|
Public Event EditingStopped() As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler EditingStopped() | |
This example subclasses the check box cell type to illustrate the use of the events, but would be the same for any of several cell types.
| C# | Copy Code |
|---|---|
class myCkBox : FarPoint.Win.Spread.CellType.CheckBoxCellType | |
| Visual Basic | Copy Code |
|---|---|
Public Class myCkBox | |
The event is handled by the EventHandler.