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