ClassHeaderFooterUpdateNeededEventArgs<T>
Class
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:
Inherited Members
Constructors
HeaderFooterUpdateNeededEventArgs(Section, HeaderFooterType, T)
Declaration
cs-api-definition
protected HeaderFooterUpdateNeededEventArgs(Section section, HeaderFooterType headerType, T headerFooter)
Parameters
section
headerType
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