Occurs when Row visibility changed and it becomes visible or invisible.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Value

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

See Also