ComponentOne InputPanel for WPF
GeneratingInput Event (C1InputPanelPresenter)

C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputPanelPresenter Class : GeneratingInput Event
EventHandler before create editor.
Syntax
'Declaration
 
Public Event GeneratingInput As System.EventHandler(Of GeneratingInputEventArgs)
public event System.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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets or sets the property name.  
Gets or sets the property type.  
See Also