'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when a Layout operation has completed.")> Public Event LayoutComplete As EventHandler
'Usage Dim instance As SmartLayout Dim handler As EventHandler AddHandler instance.LayoutComplete, handler
[Category("Action")] [Description("Raised when a Layout operation has completed.")] public event EventHandler LayoutComplete