[]
Represents the method that will handle the BadWordAdded event.
public delegate void BadWordAddedHandler(object sender, BadWordAddedEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | UserDictionary that fired the event. |
| BadWordAddedEventArgs | e | BadWordAddedEventArgs that contains the event data. |
| Name | Description |
|---|---|
| BadWordAddedHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, BadWordAddedEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, BadWordAddedEventArgs) |