Answer:
The View Control is the part of the MultiView control and it does not support any special properties or methods. Its primary purpose is to act as a container for other controls. However, the view control does support the following two events:
Activate- It raises when the view becomes the selected view in the MultiView control.
Deactivate- It raises when another view becomes the selected view in the MultiView control.
The multiview control which supports this event. This event is raised when a new view control is selected.
Asked In: Many Interviews |
Alert Moderator