| C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputPanel Class : GeneratingInput Event |
'Declaration Public Event GeneratingInput As System.EventHandler(Of GeneratingInputEventArgs)
public event System.EventHandler<GeneratingInputEventArgs> GeneratingInput
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) |
| PropertyName | Gets or sets the property name. |
| PropertyType | Gets or sets the property type. |