Event Initialized
Raised once when the View is being initialized for the first time. Allows configurations and assignments to be performed before the View being shown. View implements ISupportInitializeNotification to allow for more sophisticated initialization.
public event EventHandler? Initialized
Returns
- EventHandler
- Raised once when the is being initialized for the first time. Allows configurations and assignments to be performed before the being shown. View implements to allow for more sophisticated initialization.
- Implements