[]
Handles the changed ReferenceStyleEventHandle event in the data model of the sheet.
public delegate void ReferenceStyleEventHandle(object sender, EventArgs e)
Public Delegate Sub ReferenceStyleEventHandle(sender As Object, e As EventArgs)
Type | Name | Description |
---|---|---|
object | sender | |
EventArgs | e | Handles the changed ReferenceStyleEventHandle event in the data model of the sheet. |