[]
Represents the method that will handle the event raised when entering edit mode in the designer.
public delegate void EditModeEnteringEventHandler(object sender, EditModeEnteringEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the designer surface or control that is entering edit mode. |
EditModeEnteringEventArgs | e | An EditModeEnteringEventArgs instance containing the event data, including the control entering edit mode and whether the action should be cancelled. |
This delegate is associated with the EditModeEnteringEventArgs event. It allows for custom actions to be taken when a control or component within the designer is about to enter edit mode. This can include validation, customization of the editing experience, or cancellation of the edit mode entry.
Name | Description |
---|---|
EditModeEnteringEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, EditModeEnteringEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, EditModeEnteringEventArgs) |