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