Example #1
0
		private void P2ChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.P2, sender, e);
		}
Example #2
0
 private void HousesLazyItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
 {
     NotifyChildPropertyChanging(PROPERTIES.HOUSES_LAZY, sender, e);
 }
Example #3
0
 private void DateChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
 {
     NotifyChildPropertyChanging(PROPERTIES.DATE, sender, e);
 }
Example #4
0
		private void CompChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.COMP, sender, e);
		}
		private void HousesLazyItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.HOUSES_LAZY, sender, e);
		}
		private void ChildrenItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.CHILDREN, sender, e);
		}
		private void CompLazyChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.COMP_LAZY, sender, e);
		}
		private void Col1ItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.COL1, sender, e);
		}
		private void WorkAddressChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.WORK_ADDRESS, sender, e);
		}
 private void WorkAddressChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
 {
     NotifyChildPropertyChanging(PROPERTIES.WORK_ADDRESS, sender, e);
 }
		private void HomeAddressPropChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.HOME_ADDRESS_PROP, sender, e);
		}
		private void LazyAddressColItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
		{
			NotifyChildPropertyChanging(PROPERTIES.LAZY_ADDRESS_COL, sender, e);
		}
Example #13
0
 private void LsItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
 {
     NotifyChildPropertyChanging(PROPERTIES.LS, sender, e);
 }
Example #14
0
 private void ChildrenItemChildPropertyChangingEventHandler(object sender, ChildPropertyChangingEventArgs e)
 {
     NotifyChildPropertyChanging(PROPERTIES.CHILDREN, sender, e);
 }