'Declaration Public Event BadWordAdded As BadWordAddedHandler
public event BadWordAddedHandler BadWordAdded
Event Data
The event handler receives an argument of type BadWordAddedEventArgs containing data related to this event. The following BadWordAddedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BadWord | The word added. |
See Also