Click or drag to resize

UpdateEventArgs Properties

The UpdateEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewEvents
Gets the new events. This will be null or empty if the Update is for old events only.
Public propertyOldEvents
Gets the old events. This will be null or empty if the Update is for new events only.
Public propertyRuntime
Gets the runtime.
Public propertyStatement
Gets the statement.
Top
See Also