ITraceMonitor
Interface
This interface represents a monitor which receives trace events from RadControls. You can implement it if you need to receive trace events from the controls used in your application.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface ITraceMonitor
Methods
This method is called when an atomic feature is executed.
This method is called when a feature is canceled.
This method is called when a feature finishes execution.
This method is called when a feature is initiated.