-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NUI] Add internal RequestLayout and OnReqeustLayout virtual method.
When owner class modified and layout need to be changed, RequestLayout will be called, but there are no way to notify and perform specific actions on derived Layouts. Now RequestLayout intenrally pass the requester item and invoke OnRequestLayout method. Use this virtual function by overriding will solve this request.
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters