[]
Handles the Changed event in the selection model of the sheet.
public delegate void SheetSelectionModelEventHandler(object sender, SheetSelectionModelEventArgs e)
Public Delegate Sub SheetSelectionModelEventHandler(sender As Object, e As SheetSelectionModelEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Object that raised the event |
SheetSelectionModelEventArgs | e | Event data (SheetSelectionModelEventArgs class) |