Occurs when the Row's appearance is changed.

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<GridRowEventArgs> RowAppearanceChanged
Visual Basic
Public Event RowAppearanceChanged As EventHandler(Of GridRowEventArgs)
Visual C++
public:
 event EventHandler<GridRowEventArgs^>^ RowAppearanceChanged {
	void add (EventHandler<GridRowEventArgs^>^ value);
	void remove (EventHandler<GridRowEventArgs^>^ value);
}
F#
member RowAppearanceChanged : IEvent<EventHandler<GridRowEventArgs>,
    GridRowEventArgs>

Value

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

Thread Safety

This event is always raised in the GUI thread

See Also