示例#1
0
        void OnListViewCreated(object sender, ListViewCreatedEventArgs listViewCreatedEventArgs) {

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