Click or drag to resize

GridHelpersRowsPropertiesChanged Methode

Change Event - Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType.

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public static void RowsPropertiesChanged(
	DependencyObject obj,
	DependencyPropertyChangedEventArgs e
)

Parameter

obj  DependencyObject
Grid as DependencyObject.
e  DependencyPropertyChangedEventArgs
DependencyPropertyChangedEventArgs containing the new RowsPropertiesProperty as string.
Siehe auch