Example #1
0
 protected virtual void Event_OnDestroy(object sender, EntityEventArgs e)
 {
 }
Example #2
0
 public virtual void Event_OnDestroy(object sender, EntityEventArgs e)
 {
     // Do something on destroy.
 }
Example #3
0
 protected virtual void Event_OnCreate(object sender, EntityEventArgs e)
 {
 }
Example #4
0
 public virtual void Event_OnCreate(object sender, EntityEventArgs e)
 {
 }