[]
Represents the method that will handle the LayoutChangedEventHandler event.
public delegate void LayoutChangedEventHandler(object sender, LayoutChangedArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the object that raised the event. |
LayoutChangedArgs | e | A LayoutChangedArgs object that contains the event data. |
This delegate is associated with the LayoutChangedArgs event, which is raised after a layout change has occurred within the designer environment. The event provides information about the type of layout change that has taken place, allowing subscribers to respond appropriately.
Name | Description |
---|---|
LayoutChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, LayoutChangedArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, LayoutChangedArgs) |