New to Telerik UI for WPFStart a free 30-day trial

Interface introducing pre-visit and post-visit actions.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T

The data type being visited.

Syntax:

C#
public interface IPrePostVisitor<T> : IVisitor<T>

Inherited Members IVisitor<T>.Visit(T)IVisitor<T>.HasCompleted

Methods

Post-visit action.

C#
void PostVisit(T item)
Parameters:itemT

The item.

Pre-visit action.

C#
void PreVisit(T item)
Parameters:itemT

The item.

In this article
DefinitionMethodsPostVisit(T)PreVisit(T)
Not finding the help you need?
Contact Support