Click or drag to resize

XlsEventArgs Properties

The XlsEventArgs type exposes the following members.

Properties
Name Description
Public property Static member Empty
Returns the class instance with empty values. Read-only.
Public property Name
Name of the property. Read-only.
Public property newValue
New property value.Read-only.
Public property Next
If more than one property must be changed on one send message, attach it to the ValueChangeEventArgs to create a one way directed list of property changes.
Public property oldValue
Old property value. Read-only.
Top
See Also