ComponentOne DataGrid for WPF and Silverlight
VisibilityChanged Event (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : VisibilityChanged Event
Occurs after the visibility of the row changed.
Syntax
'Declaration
 
Public Event VisibilityChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Visibility))
public event System.EventHandler<PropertyChangedEventArgs<Visibility>> VisibilityChanged
Event Data

The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also