'Declaration Public Event GeneratingInput As EventHandler(Of GeneratingInputEventArgs)
public event EventHandler<GeneratingInputEventArgs> GeneratingInput
Event Data
The event handler receives an argument of type GeneratingInputEventArgs containing data related to this event. The following GeneratingInputEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| Editor | Gets or sets the property editor. |
| PropertyName | Gets or sets the property name. |
| PropertyType | Gets or sets the property type. |
See Also