Click or drag to resize
DocumentDataEventArgs Properties

The DocumentDataEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyData
Data set returned by document query or custom data set
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyQuery
Document query.
Public propertyTotalRecords
Number of total records when paging is used. If value is less than 0, value is calculated as number of rows in Data.
Top
See Also