コード例 #1
0
ファイル: XpandWinApplication.cs プロジェクト: martys/eXpand
        void OnListViewCreated(object sender, ListViewCreatedEventArgs listViewCreatedEventArgs) {

        }
コード例 #2
0
 private void ApplicationOnListViewCreated(object sender, ListViewCreatedEventArgs e)
 {
     _application.ListViewCreated -= ApplicationOnListViewCreated;
     ApplyCriteria(e.ListView.CollectionSource);
 }