[]
Represents a method that handles the sheet events.
public delegate void SheetViewEventHandler(object sender, SheetViewEventArgs e)
Public Delegate Sub SheetViewEventHandler(sender As Object, e As SheetViewEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents a method that handles the sheet events. |
| SheetViewEventArgs | e | Represents a method that handles the sheet events. |