FlowDocumentReader.OnApplyTemplate Method

Definition

Builds the visual tree for the FlowDocumentReader.

public:
 override void OnApplyTemplate();
public override void OnApplyTemplate ();
override this.OnApplyTemplate : unit -> unit
Public Overrides Sub OnApplyTemplate ()

Remarks

This method is invoked whenever ApplyTemplate is called.

This method overrides FrameworkElement.OnApplyTemplate.

Applies to