[]
Represents the method that will handle the EditModeExitEventArgs event raised when a control or component exits edit mode within the designer environment.
public delegate void EditModeExitEventHandler(object sender, EditModeExitEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the designer surface or control that is exiting edit mode. |
EditModeExitEventArgs | e | An EditModeExitEventArgs instance containing the event data, including the control exiting edit mode and the type of exit that occurred. |
This delegate is associated with the EditModeExitEventArgs event. It allows for custom actions to be taken when a control or component within the designer is exiting edit mode. This can include validation, cleanup, or other post-editing actions.
Name | Description |
---|---|
EditModeExitEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, EditModeExitEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, EditModeExitEventArgs) |