- featureId
- The panel that is being displayed.
- menu
- If onCreatePanelView() returned null, this is the Menu being displayed in the panel.
Default implementation of NoType:android/view/Window$Callback;Href=../../../reference/android/view/Window.Callback.html#onPanelClosed(int, android.view.Menu) for activities. This calls through to Activity.OnOptionsMenuClosed(Android.Views.IMenu) method for the Android.Views.Window.FEATURE_OPTIONS_PANEL panel, so that subclasses of Activity don't need to deal with feature codes. For context menus (Android.Views.Window.FEATURE_CONTEXT_MENU), the Activity.OnContextMenuClosed(Android.Views.IMenu) will be called.