Occurs to paint a Row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public event EventHandler<PaintRowEventArgs> PaintRow
Visual Basic
Public Event PaintRow As EventHandler(Of PaintRowEventArgs)
Visual C++
public:
 event EventHandler<PaintRowEventArgs^>^ PaintRow {
	void add (EventHandler<PaintRowEventArgs^>^ value);
	void remove (EventHandler<PaintRowEventArgs^>^ value);
}
F#
member PaintRow : IEvent<EventHandler<PaintRowEventArgs>,
    PaintRowEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'PaintRowEventArgs>)>)>

See Also