Exemplo n.º 1
0
        void OnListViewCreated(object sender, ListViewCreatedEventArgs listViewCreatedEventArgs) {

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