Ejemplo n.º 1
0
 public override void LayoutSaving(ElementSavingContext context)
 {
     InvokeDrivers(context.Element, driver => driver.LayoutSaving(context));
 }
 void IElementEventHandler.LayoutSaving(ElementSavingContext context) { }
Ejemplo n.º 3
0
 public virtual void LayoutSaving(ElementSavingContext context)
 {
 }