Click or drag to resize

GridHelpersColumnCountChanged method

Change Event - Adds the columns.

Namespace: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void ColumnCountChanged(
	
	DependencyObject obj,
	
	DependencyPropertyChangedEventArgs e
)

Parameters

obj  DependencyObject
Grid as DependencyObject.
e  DependencyPropertyChangedEventArgs
DependencyPropertyChangedEventArgs containing the new column count.
See also