UINavigationController.UINavigationControllerAdded Kejadian
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Memberi sinyal ketika pengontrol navigasi UI baru tersambung.
// Register
static event_token UINavigationControllerAdded(EventHandler<UINavigationController> const& handler) const;
// Revoke with event_token
static void UINavigationControllerAdded(event_token const* cookie) const;
// Revoke with event_revoker
static UINavigationController::UINavigationControllerAdded_revoker UINavigationControllerAdded(auto_revoke_t, EventHandler<UINavigationController> const& handler) const;
public static event System.EventHandler<UINavigationController> UINavigationControllerAdded;
function onUINavigationControllerAdded(eventArgs) { /* Your code */ }
Windows.Gaming.Input.UINavigationController.addEventListener("uinavigationcontrolleradded", onUINavigationControllerAdded);
Windows.Gaming.Input.UINavigationController.removeEventListener("uinavigationcontrolleradded", onUINavigationControllerAdded);
- or -
Windows.Gaming.Input.UINavigationController.onuinavigationcontrolleradded = onUINavigationControllerAdded;
Public Shared Custom Event UINavigationControllerAdded As EventHandler(Of UINavigationController)
Jenis Acara
Keterangan
Untuk mengidentifikasi pengontrol yang telah ditambahkan, Anda meminta daftar pengontrol yang terhubung menggunakan UINavigationController.UINavigationControllers.