Class
HeaderFooterUpdateNeededEventArgs<T>

Represents the event arguments for the HeaderFooterUpdateNeeded event in the Telerik UI framework.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Type Parameters:

T

The type of the header or footer content being updated.

Syntax:

cs-api-definition
public abstract class HeaderFooterUpdateNeededEventArgs<T> : EventArgs where T : HeaderFooterBase

Inheritance: objectEventArgsHeaderFooterUpdateNeededEventArgs<T>

Derived Classes: FooterUpdateNeededEventArgsHeaderUpdateNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

HeaderFooterUpdateNeededEventArgs(Section, HeaderFooterType, T)

Declaration

cs-api-definition
protected HeaderFooterUpdateNeededEventArgs(Section section, HeaderFooterType headerType, T headerFooter)

Parameters

section

Section

headerType

HeaderFooterType

headerFooter

T

Properties

HeaderFooter

Represents the event arguments for the HeaderFooterUpdateNeeded event, providing access to the updated header or footer content.

Declaration

cs-api-definition
public T HeaderFooter { get; }

Property Value

T

HeaderFooterType

Represents the type of header or footer that has been updated.

Declaration

cs-api-definition
public HeaderFooterType HeaderFooterType { get; }

Property Value

HeaderFooterType

Section

Represents the event arguments for the HeaderFooterUpdateNeeded event, specifically containing the Section information related to the update.

Declaration

cs-api-definition
public Section Section { get; }

Property Value

Section