0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

デザイナージェネレーションコード部分

Last updated at Posted at 2019-03-17


//自動生成コード部(プログラムコピーしたときに忘れがちなのでじかに記述しておく。
method override void InitializeComponent()
begin
   self.initialized += AnalysisTechnique_initialized;
   //あと、uninitializedとかworkspaceSavingとか
end;
//END

それと、ハンドラの部分

method void AnalysisTechnique_initialized( elsystem.Object sender, elsystem.InitializedEventArgs args ) 
begin
    //hogehoge
end;

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?