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

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