Click or drag to resize

GridHelpersColumnsPropertiesChanged Methode

Change Event - Makes specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType.

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

Parameter

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