InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanelPresenter Class / GeneratingInput Event

In This Topic
    GeneratingInput Event (C1InputPanelPresenter)
    In This Topic
    EventHandler before create editor.
    Syntax
    '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.

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