Initializes the widget handler
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected void Initialize()
member Initialize : unit -> unit
Remarks
This is typically called from the constructor after all of the logic is completed to construct
the object.
If your handler interface has the
AutoInitializeAttribute set to false, then you are responsible
for calling this method in your constructor after calling the creation method on your custom handler.
See Also