AfterMount typedef
Called after views are added to the document, and all View.mount_ methods are called.
typedef void AfterMount(View view);
Called after views are added to the document, and all View.mount_ methods are called.
typedef void AfterMount(View view);