Click or drag to resize

IVishnuRenderWatcher interface

Interface for the further processing of ContentRendered events.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IVishnuRenderWatcher

The IVishnuRenderWatcher Type exposes the following members.

Methods
 NameDescription of the
Public MethodUserControlContentRendered Is called up by DynamicUserControlBase when the UserControl has been completely drawn.
Back to the top
See also