コード例 #1
0
ファイル: LQTListView.cs プロジェクト: opianHealth/ForLAB
        public void OnSubitemTextChanged1(SubitemTextEventArgs e)
        {
            EventHandler <SubitemTextEventArgs> handler = SubitemTextChanged;

            if (handler != null)
            {
                handler(this, e);
            }
        }
コード例 #2
0
ファイル: LQTListView.cs プロジェクト: opianHealth/ForLAB
 public void OnSubitemTextChanged1(SubitemTextEventArgs e)
 {
     EventHandler<SubitemTextEventArgs> handler = SubitemTextChanged;
     if (handler != null)
     {
         handler(this, e);
     }
 }