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

SelectableGridView() public method

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