DesignerInitialized Property
Gets or sets the callback that is invoked when a Designer is initialized.
public Action DesignerInitialized {get; set;}
'Declaration
Public Property DesignerInitialized As Action
Property Value
An
System.Action representing the callback that is invoked when a Designer is initialized.