コード例 #1
0
 public override void LayoutSaving(ElementSavingContext context)
 {
     InvokeDrivers(context.Element, driver => driver.LayoutSaving(context));
 }
コード例 #2
0
 void IElementEventHandler.LayoutSaving(ElementSavingContext context) { }
コード例 #3
0
 public virtual void LayoutSaving(ElementSavingContext context)
 {
 }