예제 #1
0
 public override void LayoutSaving(ElementSavingContext context)
 {
     InvokeDrivers(context.Element, driver => driver.LayoutSaving(context));
 }
 void IElementEventHandler.LayoutSaving(ElementSavingContext context) { }
예제 #3
0
 public virtual void LayoutSaving(ElementSavingContext context)
 {
 }