 | GridHelpersRowsPropertiesChanged Methode |
Change Event - Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
Syntaxpublic static void RowsPropertiesChanged(
DependencyObject obj,
DependencyPropertyChangedEventArgs e
)
Public Shared Sub RowsPropertiesChanged (
obj As DependencyObject,
e As DependencyPropertyChangedEventArgs
)
public:
static void RowsPropertiesChanged(
DependencyObject^ obj,
DependencyPropertyChangedEventArgs e
)
static member RowsPropertiesChanged :
obj : DependencyObject *
e : DependencyPropertyChangedEventArgs -> unit Parameter
- obj DependencyObject
- Grid as DependencyObject.
- e DependencyPropertyChangedEventArgs
- DependencyPropertyChangedEventArgs containing the new RowsPropertiesProperty as string.
Siehe auch