[]
Represents the method that will handle the ChangingPropertyBox event.
public delegate void ChangingPropertyBoxEventHandler(object sender, ChangingPropertyBoxEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ChangingPropertyBoxEventArgs | e | A ChangingPropertyBoxEventArgs that contains the event data. |
| Name | Description |
|---|---|
| ChangingPropertyBoxEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ChangingPropertyBoxEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ChangingPropertyBoxEventArgs) |