[]
Represents the method that handles the DesignerTabChangedEventArgs event, which occurs when the active tab in the designer changes.
public delegate void DesignerTabChangedEventHandler(object sender, DesignerTabChangedEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the designer surface or control that the tab change occurred in. |
DesignerTabChangedEventArgs | e | A DesignerTabChangedEventArgs instance containing the event data, including the newly activated tab. |
This delegate is used in conjunction with the DesignerTabChangedEventArgs event to provide a way for applications to respond to changes in the active tab within the designer interface. When the active tab changes, the event is raised, and any registered handlers are invoked.
Name | Description |
---|---|
DesignerTabChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DesignerTabChangedEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DesignerTabChangedEventArgs) |