[]
Represents the method that will handle the KeyPressEdit event.
public delegate void KeyPressEditEventHandler(object sender, KeyPressEditEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents the method that will handle the event. |
| KeyPressEditEventArgs | e | Represents the method that will handle the event. |
| Name | Description |
|---|---|
| KeyPressEditEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, KeyPressEditEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, KeyPressEditEventArgs) |