VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfComboBoxObjectTransformer Class / OnTextBoxShown(WpfTextObjectTextBoxTransformerEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnTextBoxShown(WpfTextObjectTextBoxTransformerEventArgs) Method (WpfComboBoxObjectTransformer)
    In This Topic
    Raises the TextBoxShown event. It is called after the System.Windows.Controls.TextBox is shown.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnTextBoxShown( _
    ByVal e
    A TextObjectTextBoxTransformerEventArgs that contains the event data.
    As WpfTextObjectTextBoxTransformerEventArgs _
    )
    protected override void OnTextBoxShown(
    WpfTextObjectTextBoxTransformerEventArgs e
    )
    protected: void OnTextBoxShown(
    WpfTextObjectTextBoxTransformerEventArgs* e
    ); override
    protected:
    void OnTextBoxShown(
    WpfTextObjectTextBoxTransformerEventArgs^ e
    ); override

    Parameters

    e
    A TextObjectTextBoxTransformerEventArgs that contains the event data.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also