Back to Devexpress

TreeViewLink Events

windowsforms-devexpress-dot-xtraprintinglinks-dot-treeviewlink-dot-underscore-events.md

latest3.6 KB
Original Source

TreeViewLink Events

A link to print the TreeView control.

NameDescription
AfterCreateAreasOccurs after all sections of the document have been generated. Inherited from LinkBase.
BeforeCreateAreasOccurs before any section of the document is generated. Inherited from LinkBase.
CreateDetailAreaOccurs when a detail section of the document is being generated. Inherited from LinkBase.
CreateDetailFooterAreaOccurs when a detail footer section of the document is being generated. Inherited from LinkBase.
CreateDetailHeaderAreaOccurs when a detail header section of the document is being generated. Inherited from LinkBase.
CreateInnerPageFooterAreaOccurs when an inner page footer section of the document is being generated. Inherited from LinkBase.
CreateInnerPageHeaderAreaOccurs when an inner page header section of the document is being generated. Inherited from LinkBase.
CreateMarginalFooterAreaOccurs when a marginal page footer section of the document is being generated. Inherited from LinkBase.
CreateMarginalHeaderAreaOccurs when a marginal page header section of the document is being generated. Inherited from LinkBase.
CreateReportFooterAreaOccurs when a report footer section of the document is being generated. Inherited from LinkBase.
CreateReportHeaderAreaOccurs when a report header section of the document is being generated. Inherited from LinkBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

TreeViewLink Class

TreeViewLink Members

DevExpress.XtraPrintingLinks Namespace