Catrobat.IDE.WindowsPhone.Controls.ListsViewControls.SelectableListView.SelectableListView C# (CSharp) Method

SelectableListView() public method

public SelectableListView ( ) : System
return System
        public SelectableListView()
        {
            this.SelectionChanged += OnSelectionChanged;
        }