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