VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms.Controls Namespace / CheckedToolStripSplitButton Class / OnClick(EventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnClick(EventArgs) Method (CheckedToolStripSplitButton)
    In This Topic
    Syntax
    'Declaration
    
    Protected Overrides Sub OnClick( _
    ByVal e
    The System.Windows.Forms.PaintEventArgs instance containing the event data.
    As System.EventArgs _
    )
    protected override void OnClick(
    System.EventArgs e
    )
    protected: void OnClick(
    System.EventArgs* e
    ); override
    protected:
    void OnClick(
    System.EventArgs^ e
    ); override

    Parameters

    e
    The System.Windows.Forms.PaintEventArgs instance containing the event data.
    Requirements

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

    See Also