Nevron .NET Vision
Nevron.Editors Namespace / NHostableUserControl Class / OnFormApplyButtonClicked Method


In This Topic
    OnFormApplyButtonClicked Method
    In This Topic
    Called when the form Apply button was clicked
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnFormApplyButtonClicked() 
    'Usage
     
    
    Dim instance As NHostableUserControl
     
    instance.OnFormApplyButtonClicked()
    public virtual void OnFormApplyButtonClicked()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also