コード例 #1
0
        protected virtual void OnCreating(CreatingEventArgs e)
        {
            EventHandler <CreatingEventArgs> handler = Creating;

            if (handler != null)
            {
                handler(this, e);
            }
        }
コード例 #2
0
 protected virtual void OnCreating(CreatingEventArgs e)
 {
     EventHandler<CreatingEventArgs> handler = Creating;
     if (handler != null) handler(this, e);
 }