MultiViewAddEvent

Overview

MultiViewAddEvent is an event class in Flet that is triggered when a new view is added to a MultiView control. It inherits from the base Event class.

Properties

  • **initial_data**: Any
  • - Represents the initial data associated with the newly added view.
  • **view_id**: int
  • - The unique identifier for the newly added view within the MultiView control.