'Declaration
Public Overridable Sub OnChildPropertyChanging( _ ByVal sender As INUINode, _ ByVal e As NPropertyChangingEventArgs _ )
'Usage
Dim instance As NUIElementContainer Dim sender As INUINode Dim e As NPropertyChangingEventArgs instance.OnChildPropertyChanging(sender, e)
public virtual void OnChildPropertyChanging( INUINode sender, NPropertyChangingEventArgs e )
Parameters
- sender
- e