C1.WPF.InputPanel.4.6.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanelPresenter Class / GeneratingInput Event

GeneratingInput Event (C1InputPanelPresenter)
EventHandler before create editor.
Syntax
'Declaration
 
Public Event GeneratingInput As EventHandler(Of GeneratingInputEventArgs)
 
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