xtd 0.2.0
Loading...
Searching...
No Matches

◆ handle_created

event<control, event_handler> xtd::forms::control::handle_created

Occurs when a handle is created for the xtd::forms::control.

Remarks
A handle is created when the xtd::forms::control is displayed for the first time. For example, if a xtd::forms::control is created that has visible set to false, the xtd::forms::control::handle_created event will not be raised until visible is set to true.
For more information about handling events, see Handling and Raising Events.