コード例 #1
0
ファイル: TreeListBox.cs プロジェクト: netonjm/WindowsPhone
 protected void OnNewItemCreated(TreeListBoxItemCreatedEventArgs e)
 {
     if (this._newItemCreated != null)
     {
         this._newItemCreated(this, e);
     }
 }
コード例 #2
0
ファイル: TreeListBox.cs プロジェクト: netonjm/WindowsPhone
 protected void OnNewItemCreated(TreeListBoxItemCreatedEventArgs e)
 {
     if (this._newItemCreated != null)
     {
         this._newItemCreated(this, e);
     }
 }