WDA自带的事件说明以及执行顺序
COMPONENTCONTROLLER
WDDOINIT Controller Initialization Method
Views
WDDOAFTERACTION Method for non-action specific operations before navigation
WDDOBEFOREACTION Method for Validation of User Input
WDDOINIT Controller Initialization Method
WDDOMODIFYVIEW Method for Modifying the View Before Rendering
Windows Controller Initialization Method
HANDLExxxx Application執行時Inbound plug
1COMPONENTCONTROLLER->WDDOINIT2Window->WDDOINIT 3VIEW->WDDOINIT 4Window->HANDLExxxx 5VIEW->WDDOMODIFYVIEW WDA自帶Attributes COMPONENTCONTROLLER WD_CONTEXT Reference to Local Controller Context WD_THIS Self-Reference to Local Controller InterfaceViews WD_CONTEXT Reference to Local Controller Context WD_THIS Self-Reference to Local Controller Interface WD_COMP_CONTROLLER Reference to Component Controller Windows WD_CONTEXT Reference to Local Controller Context WD_THIS Self-Reference to Local Controller Interface WD_COMP_CONTROLLER Reference to Component Controller