コード例 #1
0
 /**
  * Asks for the parent section to reload the list view model item.
  */
 public void ReloadParentListItem()
 {
     if (mParent is ListViewSection)
     {
         ListViewSection parentSection = mParent as ListViewSection;
         parentSection.ReloadParentItem(this);
     }
 }