Namespace TallComponents.Interaction.WPF.Events
Class PaintEventArgs
This event is raised when a region of the screen has become invalid, and must be repainted. Paint events may be raised at any time, and are often the result of calling Invalidate on an interactor.
Syntax
public class PaintEventArgs : Object