 | GridHelpersColumnCountChanged Methode |
Change Event - Adds the columns.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static void ColumnCountChanged(
DependencyObject obj,
DependencyPropertyChangedEventArgs e
)
Public Shared Sub ColumnCountChanged (
obj As DependencyObject,
e As DependencyPropertyChangedEventArgs
)
public:
static void ColumnCountChanged(
DependencyObject^ obj,
DependencyPropertyChangedEventArgs e
)
static member ColumnCountChanged :
obj : DependencyObject *
e : DependencyPropertyChangedEventArgs -> unit
Parameter
- obj DependencyObject
- Grid as DependencyObject.
- e DependencyPropertyChangedEventArgs
- DependencyPropertyChangedEventArgs containing the new column count.
Siehe auch